|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.as400.access.PTFGroupList
Allows you to retrieve 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 Summary | |
PTFGroupList(AS400 system)
Constructs a PTFGroupList object. |
|
| Method Summary | |
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,
java.lang.InterruptedException,
java.io.IOException,
ObjectDoesNotExistException
AS400Exception
AS400SecurityException
ErrorCompletingRequestException
java.lang.InterruptedException
java.io.IOException
ObjectDoesNotExistExceptionpublic 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 | |||||||||