Interface IFEPINode

    • Method Detail

      • getNodename

        java.lang.String getNodename()
        Getter for field NODENAME

        Node name

        The name of the node identifying a connection

      • getAcqnum

        java.lang.Long getAcqnum()
        Getter for field ACQNUM

        Number of node acquires

        The number of times the connection has been acquired

      • getAcqstatus

        IFEPINode.AcqstatusValue getAcqstatus()
        Getter for field ACQSTATUS

        Acquired status

        The acquire state; that is, whether the VTAM ACB is opened or closed. Values are ACQUIRED, ACQUIRING, RELEASED or RELEASING

      • getInstlstatus

        IFEPINode.InstlstatusValue getInstlstatus()
        Getter for field INSTLSTATUS

        Node install status

        The install state of the node: INSTALLED or NOTINSTALLED

      • getLastacqcode

        java.lang.Long getLastacqcode()
        Getter for field LASTACQCODE

        Sense code from last REQSESS request

        The result of the last acquire request for the connection; that is, the sense code from the last VTAM REQSESS, zero indicating success

      • getServstatus

        IFEPINode.ServstatusValue getServstatus()
        Getter for field SERVSTATUS

        Node service status

        The service state of the node. The service status can be INSERVICE to allow usage, or to OUTSERVICE to stop usage for any new conversation. Note that setting OUTSERVICE does not end any existing conversations that are using the resource; the status is GOINGOUT until the existing conversations end.

      • getUserdata

        java.lang.String getUserdata()
        Getter for field USERDATA

        User data for node

        The user data for the node