Interface IBridgeFacility
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IBridgeFacility extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IBridgeFacility.NamespaceValue
Enumeration type for field NAMESPACEstatic class
IBridgeFacility.TermstatusValue
Enumeration type for field TERMSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBridgeFacilityReference
getCICSObjectReference()
java.lang.String
getKeeptime()
Getter for field KEEPTIMEjava.lang.String
getLinksysnet()
Getter for field LINKSYSNETjava.lang.String
getLinksystem()
Getter for field LINKSYSTEMjava.lang.String
getName()
Getter for field NAMEIBridgeFacility.NamespaceValue
getNamespace()
Getter for field NAMESPACEjava.lang.String
getNetname()
Getter for field NETNAMEICICSType<IBridgeFacility>
getObjectType()
java.lang.String
getRemotesysnet()
Getter for field REMOTESYSNETjava.lang.String
getRemotesystem()
Getter for field REMOTESYSTEMjava.lang.Long
getTaskid()
Getter for field TASKIDjava.lang.String
getTermid()
Getter for field TERMIDIBridgeFacility.TermstatusValue
getTermstatus()
Getter for field TERMSTATUSjava.lang.String
getTransid()
Getter for field TRANSIDjava.lang.String
getUserid()
Getter for field USERID-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IBridgeFacility> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEBridge facility token
The 8 byte facility token of the bridge facility.
- Specified by:
getName
in interfaceICICSObject
-
getNetname
java.lang.String getNetname()
Getter for field NETNAMENetwork name
The virtual network name of the 3270 Bridge Facility.
-
getTermid
java.lang.String getTermid()
Getter for field TERMIDTerminal
The virtual terminal ID of the 3270 bridge facility.
-
getTransid
java.lang.String getTransid()
Getter for field TRANSIDTransaction
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.
-
getTaskid
java.lang.Long getTaskid()
Getter for field TASKIDTask 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.
-
getUserid
java.lang.String getUserid()
Getter for field USERIDUser ID
The user identifier associated with the 3270 bridge facility.
-
getLinksystem
java.lang.String getLinksystem()
Getter for field LINKSYSTEMRemote 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.
-
getLinksysnet
java.lang.String getLinksysnet()
Getter for field LINKSYSNETRemote 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.
-
getRemotesystem
java.lang.String getRemotesystem()
Getter for field REMOTESYSTEMRemote 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.
-
getRemotesysnet
java.lang.String getRemotesysnet()
Getter for field REMOTESYSNETRemote 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.
-
getNamespace
IBridgeFacility.NamespaceValue getNamespace()
Getter for field NAMESPACENamespace type
The scope of the namespace used to allocate bridge facility names. Values are:
- LOCAL - The bridge facility was allocated by the START BREXIT bridge mechanism, so its name is unique only in the local region where it is created.
- SHARED - The bridge facility was allocated by the Link3270 bridge mechanism, so its name is unique across all CICS router regions in the CICSplex who have access to a shared DFHBRNSF namespace file.
-
getKeeptime
java.lang.String getKeeptime()
Getter for field KEEPTIMEFacility keep time
The length of time that a bridge facility is retained whilst inactive. The facility is marked for deletion after this period expires.
-
getTermstatus
IBridgeFacility.TermstatusValue getTermstatus()
Getter for field TERMSTATUSTerminal status
The status of the bridge facility. Values are:
- ACQUIRED - The bridge facility is currently in use.
- AVAILABLE - The bridge facility is not in use. It can be reused by the client.
- RELEASED - SET BRFACILITY RELEASED has been issued for the bridge facility. It will be deleted on the next cleanup cycle.
-
getCICSObjectReference
IBridgeFacilityReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-