com.ibm.cics.model
Interface ISystemLink

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface ISystemLink
extends ICPSMDefinition

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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getFromcsys

java.lang.String getFromcsys()
Getter for field FROMCSYS

Primary CICS system name

The name of a CICS system that is linked to other CICS systems.


getTocsys

java.lang.String getTocsys()
Getter for field TOCSYS

Secondary 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 CONNDEF

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;


getSessdef

java.lang.String getSessdef()
Getter for field SESSDEF

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;


getConndefver

java.lang.Long getConndefver()
Getter for field CONNDEFVER

Primary connection definition version

The version of the primary connection definition, in the range 1 to 15.


getSessdefver

java.lang.Long getSessdefver()
Getter for field SESSDEFVER

Secondary connection definition version

The version of the secondary connection definition, in the range 1 to 15.


getLinktype

ISystemLink.LinktypeValue getLinktype()
Getter for field LINKTYPE

Connection resource type

The protocol used for this link definition.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.