Interface ICMASList
-
- All Superinterfaces:
ICICSObject,ICPSMManager,com.ibm.cics.model.meta.ITypedObject
public interface ICMASList extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classICMASList.AccesstypeValueEnumeration type for field ACCESSTYPEstatic classICMASList.StatusValueEnumeration type for field STATUS
-
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 ICMASList.AccesstypeValuegetAccesstype()Getter for field ACCESSTYPEICMASListReferencegetCICSObjectReference()java.lang.StringgetCpsmver()Getter for field CPSMVERjava.lang.StringgetJobid()Getter for field JOBIDjava.lang.StringgetJobname()Getter for field JOBNAMEjava.lang.StringgetName()Getter for field CMASNAMEICICSType<ICMASList>getObjectType()ICMASList.StatusValuegetStatus()Getter for field STATUSjava.lang.StringgetSysid()Getter for field SYSIDjava.lang.StringgetTransitcmas()Getter for field TRANSITCMASjava.lang.LonggetTransitcnt()Getter for field TRANSITCNT-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICMASList> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMManager- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field CMASNAMECMAS
The name of the CMAS.
- Specified by:
getNamein interfaceICICSObject
-
getTransitcmas
java.lang.String getTransitcmas()
Getter for field TRANSITCMASFirst transit CMAS
For CMASs with an access type of INDIRECT, the name of the transit CMAS through which the local CMAS communicates.
-
getSysid
java.lang.String getSysid()
Getter for field SYSIDCICS system ID
The 4-character system ID of the CICS system.
-
getCpsmver
java.lang.String getCpsmver()
Getter for field CPSMVERCPSM version of CMAS
The 4-character number of a valid CICSPlex SM release, such as 0320 for CICS Transaction Server for z/OS, Version 3 Release 2
-
getStatus
ICMASList.StatusValue getStatus()
Getter for field STATUSStatus of CMAS
The current status of a CMAS as known to the local CMAS. The status is one of the following:
- ACTIVE
- The CMAS is active and available to perform work
- CREATING
- Contact with the CMAS is still being established; the CMAS is not yet available for work.
- INACTIVE
- The CMAS is not available for work. A CMAS is considered inactive if it shut down normally or if no contact was ever made with the local CMAS.
- LOSTCON
- Contact with the CMAS has been lost; the true state of the CMAS is not known. Contact can be lost if the CMAS terminated abnormally or if the CMAS-to-CMAS link failed.
- N_A
- Not applicable.
-
getAccesstype
ICMASList.AccesstypeValue getAccesstype()
Getter for field ACCESSTYPEType of access
The type of access that this CMAS has to the local CMAS, as one of the following:
- ADJACENT
- The CMAS has a direct CMAS-to-CMAS link with the local CMAS.
- INDIRECT
- The CMAS is connected to the local CMAS via one or more intermediate transit CMASs.
- LOCAL
- The CMAS is the local CMAS, which means it is the current context.
- N_A
- There is currently no connection between this CMAS and the local CMAS.
-
getTransitcnt
java.lang.Long getTransitcnt()
Getter for field TRANSITCNTNumber of transit CMASs
For CMASs with an access type of INDIRECT, the number of transit CMASs through which communications must pass before reaching the target CMAS.
-
getJobname
java.lang.String getJobname()
Getter for field JOBNAMEMVS job name
The MVS job name of this CICS system.
-
getJobid
java.lang.String getJobid()
Getter for field JOBIDMVS job ID
The MVS job ID of this CICS system.
-
getCICSObjectReference
ICMASListReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMManager
-
-