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.
-
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
-
-
Method Detail
-
getZosmfInfo
public ZosmfInfoResponse getZosmfInfo() throws Exception
Get z/OSMF information- Returns:
- ZosmfInfoResponse object
- Throws:
Exception- problem with response
-
-