public interface IManagedRegionStatus extends ICPSMManager
Modifier and Type | Interface and Description |
---|---|
static class |
IManagedRegionStatus.CicsstateValue
Enumeration type for field CICSSTATE
|
static class |
IManagedRegionStatus.MastypeValue
Enumeration type for field MASTYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCicsname()
Getter for field CICSNAME
|
IManagedRegionStatusReference |
getCICSObjectReference() |
IManagedRegionStatus.CicsstateValue |
getCicsstate()
Getter for field CICSSTATE
|
java.lang.String |
getCmasname()
Getter for field CMASNAME
|
java.lang.String |
getDesc()
Getter for field DESC
|
IManagedRegionStatus.MastypeValue |
getMastype()
Getter for field MASTYPE
|
ICICSType<IManagedRegionStatus> |
getObjectType() |
java.lang.String |
getRptcmas()
Getter for field RPTCMAS
|
getCICSContainer
getCICSType, getName
ICICSType<IManagedRegionStatus> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMManager
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getCicsname()
CICS 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.
java.lang.String getCmasname()
CMAS name
The name of the local CMAS to which the MAS is connected.
IManagedRegionStatus.MastypeValue getMastype()
MAS type
The type of relationship that exists between this MAS and the specified CMAS:
IManagedRegionStatus.CicsstateValue getCicsstate()
MAS 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:
Note: If this field is blank, the MAS is temporarily between an inactive and active state.
java.lang.String getRptcmas()
Reporting CMAS name
The name of the CMAS from which the information on a line was reported.
java.lang.String getDesc()
CICS system description
A description of the CICS system.
IManagedRegionStatusReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMManager
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.