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
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ISystemLink> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 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
 
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
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<ISystemLink> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

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.


getCICSObjectReference

ISystemLinkReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ISystemLink> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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