Class CheckStatus


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

      • CheckStatus

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

        public CheckStatus​(ZOSConnection connection,
                           ZoweRequest request)
                    throws Exception
        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 - connection information, see ZOSConnection object
        request - any compatible ZoweRequest Interface type object
        Throws:
        Exception - processing error
    • Method Detail