Class ListDefinedSystems


  • public class ListDefinedSystems
    extends Object
    This class is used to list the systems defined to z/OSMF through the z/OSMF APIs.
    Version:
    1.0
    Author:
    Frank Giordano
    • Constructor Detail

      • ListDefinedSystems

        public ListDefinedSystems​(ZOSConnection connection)
        ListDefinedSystems Constructor.
        Parameters:
        connection - connection information, see ZOSConnection object
      • ListDefinedSystems

        public ListDefinedSystems​(ZOSConnection connection,
                                  ZoweRequest request)
                           throws Exception
        Alternative ListDefinedSystems constructor with ZoweRequest object. This is mainly used for internal code unit testing with mockito, and it is not recommended to be used by the larger community.
        Parameters:
        connection - connection information, see ZOSConnection object
        request - any compatible ZoweRequest Interface type object
        Throws:
        Exception - processing error