public interface ICMASList extends ICPSMManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICMASList.AccesstypeValue
Enumeration type for field ACCESSTYPE
|
static class |
ICMASList.StatusValue
Enumeration type for field STATUS
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
ICMASList.AccesstypeValue |
getAccesstype()
Getter for field ACCESSTYPE
|
ICMASListReference |
getCICSObjectReference() |
java.lang.String |
getCpsmver()
Getter for field CPSMVER
|
java.lang.String |
getJobid()
Getter for field JOBID
|
java.lang.String |
getJobname()
Getter for field JOBNAME
|
java.lang.String |
getName()
Getter for field CMASNAME
|
ICICSType<ICMASList> |
getObjectType() |
ICMASList.StatusValue |
getStatus()
Getter for field STATUS
|
java.lang.String |
getSysid()
Getter for field SYSID
|
java.lang.String |
getTransitcmas()
Getter for field TRANSITCMAS
|
java.lang.Long |
getTransitcnt()
Getter for field TRANSITCNT
|
getCICSContainergetCICSTypeICICSType<ICMASList> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface ICPSMManagergetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getName()
CMAS
The name of the CMAS.
getName in interface ICICSObjectjava.lang.String getTransitcmas()
First transit CMAS
For CMASs with an access type of INDIRECT, the name of the transit CMAS through which the local CMAS communicates.
java.lang.String getSysid()
CICS system ID
The 4-character system ID of the CICS system.
java.lang.String getCpsmver()
CPSM 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
ICMASList.StatusValue getStatus()
Status of CMAS
The current status of a CMAS as known to the local CMAS. The status is one of the following:
ICMASList.AccesstypeValue getAccesstype()
Type of access
The type of access that this CMAS has to the local CMAS, as one of the following:
java.lang.Long getTransitcnt()
Number 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.
java.lang.String getJobname()
MVS job name
The MVS job name of this CICS system.
java.lang.String getJobid()
MVS job ID
The MVS job ID of this CICS system.
ICMASListReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICPSMManagerCopyright ? 2008-2015 IBM Corp. All Rights Reserved.