com.ibm.as400.access

Class SubsystemEntryList

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


  • public class SubsystemEntryList
    extends java.lang.Object
    Represents a list of subsystem entries.

    Implementation note: This class internally calls the "List Subsystem Entries" API (QWDLSBSE). Information from formats SBSE0100 is retrieved.

    See Also:
    RoutingDataEntry
    • Constructor Detail

      • SubsystemEntryList

        public SubsystemEntryList(AS400 system,
                          java.lang.String library,
                          java.lang.String name)
        Constructs a SubsystemEntryList object.
        Parameters:
        system - The system where the subsystem resides.
        library - The library containing the subsystem.
        name - The subsystem name
      • SubsystemEntryList

        public SubsystemEntryList(AS400 system,
                          QSYSObjectPathName path)
        Constructs a SubsystemEntryList.
        Parameters:
        system - The system where the subsystem resides.
        path - The fully qualified IFS path to the subsystem.
    • Method Detail

      • setListType

        public void setListType(int type)
      • getRoutingDataEntry

        public RoutingDataEntry getRoutingDataEntry(java.lang.String compareValue)
        Returns the routing data entry by compareValue. If no entry null is returned.
        Returns:
        the routing data entry by compareValue
      • getRoutingDataEntry

        public RoutingDataEntry[] getRoutingDataEntry()
        Returns an array of routing data entries. If no entry could be retrieved because there are no entry or because of an error, an empty array is returned. If no entry has been retrieved yet due to no call to load(), then an empty array is returned.
        Returns:
        Array of retrieved member descriptions
      • clear

        public void clear()
        Removes all entries from this object.