public class PTFGroupList
extends java.lang.Object
Constructor and Description |
---|
PTFGroupList(AS400 system)
Constructs a PTFGroupList object.
|
public PTFGroupList(AS400 system)
system
- The system.public PTFGroup[] getPTFGroup() throws AS400Exception, AS400SecurityException, ErrorCompletingRequestException, java.lang.InterruptedException, java.io.IOException, ObjectDoesNotExistException
AS400Exception
- If an error occurs.AS400SecurityException
- If a security or authority error occurs.ErrorCompletingRequestException
- If an error occurs before the request is completed.java.lang.InterruptedException
- If this thread is interrupted.java.io.IOException
- If an error occurs while communicating with the system.ObjectDoesNotExistException
- If the object does not exist.public void setSystem(AS400 system)
system
- The system used to get a list of PTF groups.public AS400 getSystem()