public class PTFGroupList extends Object
Constructor | Description |
---|---|
PTFGroupList(AS400 system) |
Constructs a PTFGroupList object.
|
Modifier and Type | Method | Description |
---|---|---|
PTFGroup[] |
getPTFGroup() |
Returns a list of all PTF groups that are known to the system.
|
AS400 |
getSystem() |
Returns the system used to get a list of PTF groups.
|
void |
setSystem(AS400 system) |
Sets the system.
|
public PTFGroupList(AS400 system)
system
- The system.public PTFGroup[] getPTFGroup() throws AS400Exception, AS400SecurityException, ErrorCompletingRequestException, InterruptedException, 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.InterruptedException
- If this thread is interrupted.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()
Copyright © 2024. All rights reserved.