Interface ISystemLink
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ISystemLink extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISystemLink.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
ISystemLink.LinktypeValue
Enumeration type for field LINKTYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISystemLink.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTISystemLinkReference
getCICSObjectReference()
java.lang.String
getConndef()
Getter for field CONNDEFjava.lang.Long
getConndefver()
Getter for field CONNDEFVERjava.lang.String
getFromcsys()
Getter for field FROMCSYSISystemLink.LinktypeValue
getLinktype()
Getter for field LINKTYPEICICSType<ISystemLink>
getObjectType()
java.lang.String
getSessdef()
Getter for field SESSDEFjava.lang.Long
getSessdefver()
Getter for field SESSDEFVERjava.lang.String
getTocsys()
Getter for field TOCSYS-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ISystemLink> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
ISystemLink.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getFromcsys
java.lang.String getFromcsys()
Getter for field FROMCSYSPrimary CICS system name
The name of a CICS system that is linked to other CICS systems.
-
getTocsys
java.lang.String getTocsys()
Getter for field TOCSYSSecondary CICS system name
The name of a CICS system that is linked to the primary CICS system.
-
getConndef
java.lang.String getConndef()
Getter for field CONNDEFPrimary 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;
- ISC/MRO connection definitions are used when the Connection resource type (LINKTYPE) is valid and equal to SNA
- IPIC connection definitions are used when the Connection resource type (LINKTYPE) is valid and equal to IPIC
-
getSessdef
java.lang.String getSessdef()
Getter for field SESSDEFSecondary 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;
- Session definitions are used when the Connection resource type (LINKTYPE) is valid and equal to SNA
- TCP/IP service definitions are used when the Connection resource type (LINKTYPE) is valid and equal to IPIC
-
getConndefver
java.lang.Long getConndefver()
Getter for field CONNDEFVERPrimary connection definition version
The version of the primary connection definition, in the range 1 to 15.
-
getSessdefver
java.lang.Long getSessdefver()
Getter for field SESSDEFVERSecondary connection definition version
The version of the secondary connection definition, in the range 1 to 15.
-
getLinktype
ISystemLink.LinktypeValue getLinktype()
Getter for field LINKTYPEConnection resource type
The protocol used for this link definition.
- SNA - MRO/ISC connections.
- IPIC - IPIC connections.
-
getCICSObjectReference
ISystemLinkReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-