public interface ISystemLink extends ICPSMDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
ISystemLink.LinktypeValue
Enumeration type for field LINKTYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ISystemLinkReference |
getCICSObjectReference() |
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
|
ICICSType<ISystemLink> |
getObjectType() |
java.lang.String |
getSessdef()
Getter for field SESSDEF
|
java.lang.Long |
getSessdefver()
Getter for field SESSDEFVER
|
java.lang.String |
getTocsys()
Getter for field TOCSYS
|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
getCICSType, getName
ICICSType<ISystemLink> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
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.
ISystemLinkReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMDefinition
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.