|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemLink
generated from CICS resourcetable SYSLINK
Nested Class Summary | |
---|---|
static class |
ISystemLink.LinktypeValue
Enumeration type for field LINKTYPE |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getConndef()
Getter for field CONNDEF |
java.lang.Long |
getConndefver()
Getter for field CONNDEFVER |
java.lang.String |
getFromcsys()
Getter for field FROMCSYS |
ISystemLink.LinktypeValue |
getLinktype()
Getter for field LINKTYPE |
java.lang.String |
getSessdef()
Getter for field SESSDEF |
java.lang.Long |
getSessdefver()
Getter for field SESSDEFVER |
java.lang.String |
getTocsys()
Getter for field TOCSYS |
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition |
---|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getFromcsys()
Primary CICS system name
The name of a CICS system that is linked to other CICS systems.
java.lang.String getTocsys()
Secondary CICS system name
The name of a CICS system that is linked to the primary CICS system.
java.lang.String getConndef()
Primary Connection definition name
The name of the primary connection definition that describes the link.
The resource type of this is dependant upon the value of the LINKTYPE field, as explained below;
java.lang.String getSessdef()
Secondary connection definition name
The name of the secondary connection definition that describes the link.
The resource type of this is dependant upon the value of the LINKTYPE field, as explained below;
java.lang.Long getConndefver()
Primary connection definition version
The version of the primary connection definition, in the range 1 to 15.
java.lang.Long getSessdefver()
Secondary connection definition version
The version of the secondary connection definition, in the range 1 to 15.
ISystemLink.LinktypeValue getLinktype()
Connection resource type
The protocol used for this link definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |