com.ibm.as400.access

Class PTFGroupList

  • java.lang.Object
    • com.ibm.as400.access.PTFGroupList


  • public class PTFGroupList
    extends java.lang.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 Summary

      Constructors 
      Constructor and Description
      PTFGroupList(AS400 system)
      Constructs a PTFGroupList object.
    • Method Summary

      Methods 
      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

      • PTFGroupList

        public PTFGroupList(AS400 system)
        Constructs a PTFGroupList object.
        Parameters:
        system - The system.