|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemLink
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 | ||
---|---|---|
|
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 |
---|
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
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ISystemLink> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |