public interface IUnitOfWorkLink extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IUnitOfWorkLink.ProtocolValue
Enumeration type for field PROTOCOL
|
static class |
IUnitOfWorkLink.ResynchronizationStatusValue
Enumeration type for field RESYNCSTATUS
|
static class |
IUnitOfWorkLink.RoleValue
Enumeration type for field ROLE
|
static class |
IUnitOfWorkLink.TypeValue
Enumeration type for field TYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IUnitOfWorkLinkReference |
getCICSObjectReference() |
java.lang.String |
getHostAddress()
Getter for field HOST
|
java.lang.String |
getLinkName()
Getter for field LINKNAME
|
java.lang.String |
getLinkToken()
Getter for field LINK
|
java.lang.String |
getNetworkWideUnitOfWorkName()
Getter for field NETUOWID
|
ICICSType<IUnitOfWorkLink> |
getObjectType() |
java.lang.Long |
getPort()
Getter for field PORT
|
IUnitOfWorkLink.ProtocolValue |
getProtocol()
Getter for field PROTOCOL
|
java.lang.String |
getRemoteSystemName()
Getter for field SYSID
|
IUnitOfWorkLink.ResynchronizationStatusValue |
getResynchronizationStatus()
Getter for field RESYNCSTATUS
|
IUnitOfWorkLink.RoleValue |
getRole()
Getter for field ROLE
|
java.lang.String |
getRrmsUnitOfRecoverableWorkID()
Getter for field RRMSURID
|
java.lang.String |
getTaskRelatedUserExitQualifier()
Getter for field RMIQFY
|
IUnitOfWorkLink.TypeValue |
getType()
Getter for field TYPE
|
java.lang.String |
getUnitOfWorkID()
Getter for field UOWID
|
java.lang.String |
getXIDBranchQualifier()
Getter for field BRANCHQUAL
|
java.lang.String |
getXIDGlobalTransactionIdentifier()
Getter for field XID
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IUnitOfWorkLink> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getLinkToken()
Link token
Indicates, for a TYPE value of CONNECTION, the 8-character netname of the remote system.
For a TYPE value of RMI, LINK returns the entry name of the task-related user exit.
For a TYPE value of CFTABLE, LINK displays the 8-character name of the coupling facility data table pool.
For a type value of IIOP, LINK displays blanks; the equivalent information for IIOP UOWLINKs is displayed by the HOST attribute.
For a TYPE value of IPCONN, LINK displays the 8-character APPLID of the remote system.
java.lang.String getUnitOfWorkID()
Unit of work (UOW) ID
The local identifier for this unit of work.
java.lang.String getLinkName()
Netname of remote system, global user exit name or JVM server name
When the Type field contains a value of CONNECTION, this field identifies the connection for which link data is being returned. When the Type field contains a value of RMI, this field identifies the entry name of the task-related user exit for which the link data is being returned. When the Type field contains a value of JVMSERVER, this field contains the name of the JVM server.
IUnitOfWorkLink.TypeValue getType()
Resource type
Identifies the type of connection.
java.lang.String getRemoteSystemName()
Name of remote system
When the TYPE field contains a value of CONNECTION, this field identifies the remote system for which link data is being returned.
java.lang.String getTaskRelatedUserExitQualifier()
Entry qualifier of task related user exit
When the Type field contains a value of RMI, this field provides the RMI entry qualifier.
IUnitOfWorkLink.RoleValue getRole()
Role of connection
Indicates the role of the connection. The valid values are:
IUnitOfWorkLink.ResynchronizationStatusValue getResynchronizationStatus()
Resynchronization status
Indicates the resynchronization status of the link. The valid values are:
IUnitOfWorkLink.ProtocolValue getProtocol()
Link protocol
Indicates the communications protocol being used by the connection. The valid values are:
java.lang.String getNetworkWideUnitOfWorkName()
Network-wide LU 6.2 name of UOW
The network-wide LU6.2 ID of the unit of work for which link data is being returned.
java.lang.String getRrmsUnitOfRecoverableWorkID()
RRMS Unit of recoverable work ID
The Unit of Recovery ID/token given to CICS by RRMS.
java.lang.String getHostAddress()
TCP/IP host address
The host name.
java.lang.String getXIDGlobalTransactionIdentifier()
XID Global Transaction Identifier
A 64-character area containing the global transaction identifier portion of the X/Open transaction identifier associated with this link's unit of work.
java.lang.Long getPort()
TCP/IP port number
The port number on which the host is listening. It is only set if the protocol is IPIC and the remote host is an CICS region.
java.lang.String getXIDBranchQualifier()
XID Branch Qualifier
A 64-character area containing the branch qualifier identifier portion of the X/Open transaction identifier associated with this link's unit of work.
IUnitOfWorkLinkReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.