Package zowe.client.sdk.zosmfinfo
Class CheckStatus
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.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 Summary
Constructors Constructor Description CheckStatus(ZOSConnection connection)CheckStatus Constructor.CheckStatus(ZOSConnection connection, ZoweRequest request)Alternative CheckStatus constructor with ZoweRequest object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZosmfInfoResponsegetZosmfInfo()Get z/OSMF information
-
-
-
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 objectrequest- any compatible ZoweRequest Interface type object- Throws:
Exception- processing error
-
-
Method Detail
-
getZosmfInfo
public ZosmfInfoResponse getZosmfInfo() throws Exception
Get z/OSMF information- Returns:
- ZosmfInfoResponse object
- Throws:
Exception- problem with response
-
-