Class ZosmfStatus
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.methods.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:
- 2.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZosmfStatus(ZosConnection connection)CheckStatus Constructor.ZosmfStatus(ZosConnection connection, ZosmfRequest request)Alternative CheckStatus constructor with ZoweRequest object.
-
-
-
Constructor Detail
-
ZosmfStatus
public ZosmfStatus(ZosConnection connection)
CheckStatus Constructor.- Parameters:
connection- 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- connection information, see ZOSConnection objectrequest- any compatible ZoweRequest Interface object
-
-
Method Detail
-
get
public ZosmfInfoResponse get() throws Exception
Get z/OSMF information- Returns:
- ZosmfInfoResponse object
- Throws:
Exception- problem with response
-
-