|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.access.PTFGroupList
public class PTFGroupList extends Object
Retrieves a list of all PTF groups that are known to a system. You can then use PTFGroup to get detailed information for a specific PTF group.
| Constructor and Description |
|---|
PTFGroupList(AS400 system)
Constructs a PTFGroupList object. |
| Modifier and Type | Method and 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PTFGroupList(AS400 system)
system - The system.| Method Detail |
|---|
public PTFGroup[] getPTFGroup()
throws AS400Exception,
AS400SecurityException,
ErrorCompletingRequestException,
InterruptedException,
IOException,
ObjectDoesNotExistException
AS400ExceptionAS400SecurityExceptionErrorCompletingRequestExceptionInterruptedExceptionIOExceptionObjectDoesNotExistExceptionpublic void setSystem(AS400 system)
system - The system used to get a list of PTF groups.public AS400 getSystem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||