Interface IBridgeFacility

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field NAME

        Bridge facility token

        The 8 byte facility token of the bridge facility.

        Specified by:
        getName in interface ICICSObject
      • getNetname

        java.lang.String getNetname()
        Getter for field NETNAME

        Network name

        The virtual network name of the 3270 Bridge Facility.

      • getTermid

        java.lang.String getTermid()
        Getter for field TERMID

        Terminal

        The virtual terminal ID of the 3270 bridge facility.

      • getTransid

        java.lang.String getTransid()
        Getter for field TRANSID

        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.

      • getTaskid

        java.lang.Long getTaskid()
        Getter for field TASKID

        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.

      • getUserid

        java.lang.String getUserid()
        Getter for field USERID

        User ID

        The user identifier associated with the 3270 bridge facility.

      • getLinksystem

        java.lang.String getLinksystem()
        Getter for field LINKSYSTEM

        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.

      • getLinksysnet

        java.lang.String getLinksysnet()
        Getter for field LINKSYSNET

        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.

      • getRemotesystem

        java.lang.String getRemotesystem()
        Getter for field REMOTESYSTEM

        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.

      • getRemotesysnet

        java.lang.String getRemotesysnet()
        Getter for field REMOTESYSNET

        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.

      • getNamespace

        IBridgeFacility.NamespaceValue getNamespace()
        Getter for field NAMESPACE

        Namespace 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 KEEPTIME

        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.

      • getTermstatus

        IBridgeFacility.TermstatusValue getTermstatus()
        Getter for field TERMSTATUS

        Terminal 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.