Interface IManagedRegionStatus
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IManagedRegionStatus extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IManagedRegionStatus.CicsstateValue
Enumeration type for field CICSSTATEstatic class
IManagedRegionStatus.MastypeValue
Enumeration type for field MASTYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplid()
Getter for field APPLIDjava.lang.String
getCicsname()
Getter for field CICSNAMEIManagedRegionStatusReference
getCICSObjectReference()
IManagedRegionStatus.CicsstateValue
getCicsstate()
Getter for field CICSSTATEjava.lang.String
getCmasname()
Getter for field CMASNAMEjava.lang.String
getDesc()
Getter for field DESCIManagedRegionStatus.MastypeValue
getMastype()
Getter for field MASTYPEICICSType<IManagedRegionStatus>
getObjectType()
java.lang.String
getRptcmas()
Getter for field RPTCMAS-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IManagedRegionStatus> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getCicsname
java.lang.String getCicsname()
Getter for field CICSNAMECICS system name
The name of a CICS system that is currently known to CICSPlex SM. Once a CICS system makes itself known to CICSPlex SM, it is considered a MAS.
-
getCmasname
java.lang.String getCmasname()
Getter for field CMASNAMECMAS name
The name of the local CMAS to which the MAS is connected.
-
getMastype
IManagedRegionStatus.MastypeValue getMastype()
Getter for field MASTYPEMAS type
The type of relationship that exists between this MAS and the specified CMAS:
- LOCAL - The MAS resides in the same MVS image as the CMAS and uses the CICSPlex SM ESSS facility to communicate with it.
- REMOTE - The MAS is a stand-alone CICS region (SMSS).
- N/A - The MAS is not currently active; its type cannot be determined.
-
getCicsstate
IManagedRegionStatus.CicsstateValue getCicsstate()
Getter for field CICSSTATEMAS status
The status of the MAS is either ACTIVE or INACTIVE. CICSPlex SM can only manage MASs that are active. If all CMASs involved in management of the CICSplex have connected and synchronized properly, all CMASs should report identical status for any individual CICS system.
A MAS can be inactive for one of two reasons:
- The Stop action was used to stop the MAS agent
- The CICS system itself is inactive, but is still known
Note: If this field is blank, the MAS is temporarily between an inactive and active state.
-
getRptcmas
java.lang.String getRptcmas()
Getter for field RPTCMASReporting CMAS name
The name of the CMAS from which the information on a line was reported.
-
getDesc
java.lang.String getDesc()
Getter for field DESCCICS system description
A description of the CICS system.
-
getApplid
java.lang.String getApplid()
Getter for field APPLIDCICS system APPLID
The current APPLID of this CICS system, if active.
-
getCICSObjectReference
IManagedRegionStatusReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-