public interface IBridgeFacility extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IBridgeFacility.NamespaceValue
Enumeration type for field NAMESPACE
|
static class |
IBridgeFacility.TermstatusValue
Enumeration type for field TERMSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IBridgeFacilityReference |
getCICSObjectReference() |
java.lang.String |
getKeeptime()
Getter for field KEEPTIME
|
java.lang.String |
getLinksysnet()
Getter for field LINKSYSNET
|
java.lang.String |
getLinksystem()
Getter for field LINKSYSTEM
|
java.lang.String |
getName()
Getter for field NAME
|
IBridgeFacility.NamespaceValue |
getNamespace()
Getter for field NAMESPACE
|
java.lang.String |
getNetname()
Getter for field NETNAME
|
ICICSType<IBridgeFacility> |
getObjectType() |
java.lang.String |
getRemotesysnet()
Getter for field REMOTESYSNET
|
java.lang.String |
getRemotesystem()
Getter for field REMOTESYSTEM
|
java.lang.Long |
getTaskid()
Getter for field TASKID
|
java.lang.String |
getTermid()
Getter for field TERMID
|
IBridgeFacility.TermstatusValue |
getTermstatus()
Getter for field TERMSTATUS
|
java.lang.String |
getTransid()
Getter for field TRANSID
|
java.lang.String |
getUserid()
Getter for field USERID
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<IBridgeFacility> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Bridge facility token
The 8 byte facility token of the bridge facility.
getName
in interface ICICSObject
java.lang.String getNetname()
Network name
The virtual network name of the 3270 Bridge Facility.
java.lang.String getTermid()
Terminal
The virtual terminal ID of the 3270 bridge facility.
java.lang.String getTransid()
Transaction
The name of the user transaction currently running on the 3270 bridge facility. This field is blank if the bridge is not currently in use.
java.lang.Long getTaskid()
Task number
The number of the active CICS task currently running on the 3270 bridge facility. This field is only displayed in the target region, and is set to zero when the bridge is not in use.
java.lang.String getUserid()
User ID
The user identifier associated with the 3270 bridge facility.
java.lang.String getLinksystem()
Remote bridge target region system ID
The system ID of the target region if the Link3270 bridge request is routed to another region. If the request is processed in the same region as the Link3270 router, this field is blank. This field may change if dynamic transaction routing makes more than one attempt at running the first transaction in a Link3270 session. This field is only set in the router region.
java.lang.String getLinksysnet()
Remote bridge target region network name
The applid of the target region if the Link3270 bridge request is routed to another region. If the request is processed in the same region as the Link3270 router, then this field is blank. This field may change if dynamic transaction routing makes more than one attempt at running the first transaction in a Link3270 session. This field is only set in the router region.
java.lang.String getRemotesystem()
Remote bridge router system ID
The system ID of the bridge router region. This field is only set in the target region. It is blank if the request is processed in the router region and not sent to a target region.
java.lang.String getRemotesysnet()
Remote bridge router network name
The applid of the bridge router region. This field is only set in the target region. It is blank if the request is processed in the router region and not sent to an target region.
IBridgeFacility.NamespaceValue getNamespace()
Namespace type
The scope of the namespace used to allocate bridge facility names. Values are:
java.lang.String getKeeptime()
Facility keep time
The length of time that a bridge facility is retained whilst inactive. The facility is marked for deletion after this period expires.
IBridgeFacility.TermstatusValue getTermstatus()
Terminal status
The status of the bridge facility. Values are:
IBridgeFacilityReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.