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 classISystemLink.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classISystemLink.LinktypeValueEnumeration 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.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTISystemLinkReferencegetCICSObjectReference()java.lang.StringgetConndef()Getter for field CONNDEFjava.lang.LonggetConndefver()Getter for field CONNDEFVERjava.lang.StringgetFromcsys()Getter for field FROMCSYSISystemLink.LinktypeValuegetLinktype()Getter for field LINKTYPEICICSType<ISystemLink>getObjectType()java.lang.StringgetSessdef()Getter for field SESSDEFjava.lang.LonggetSessdefver()Getter for field SESSDEFVERjava.lang.StringgetTocsys()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-