|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICMASList
generated from CICS resourcetable CMASLIST
Nested Class Summary | |
---|---|
static class |
ICMASList.AccesstypeValue
Enumeration type for field ACCESSTYPE |
static class |
ICMASList.StatusValue
Enumeration type for field STATUS |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
ICMASList.AccesstypeValue |
getAccesstype()
Getter for field ACCESSTYPE |
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 |
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 |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
CMAS
The name of the CMAS.
getName
in interface ICICSObject
java.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |