Class ZosmfStatus


  • public class ZosmfStatus
    extends Object
    This class holds the helper functions that are used to gather z/OSMF information through the z/OSMF APIs.
    Version:
    4.0
    Author:
    Frank Giordano
    • Constructor Detail

      • ZosmfStatus

        public ZosmfStatus​(ZosConnection connection)
        CheckStatus Constructor.
        Parameters:
        connection - for connection information, see ZosConnection object
      • ZosmfStatus

        public ZosmfStatus​(ZosConnection connection,
                           ZosmfRequest request)
        Alternative CheckStatus 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 - for connection information, see ZosConnection object
        request - any compatible ZoweRequest Interface object