Interface IFEPINodeDefinition

    • Method Detail

      • getChangeAgent

        IFEPINodeDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • DREPAPI - Resource was last changed by a CICSPlex SM API command.
        • N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
      • getUserDataArea1

        java.lang.String getUserDataArea1()
        Getter for field USERDATA1

        User data area 1

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.

      • getUserDataArea2

        java.lang.String getUserDataArea2()
        Getter for field USERDATA2

        User data area 2

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.

      • getUserDataArea3

        java.lang.String getUserDataArea3()
        Getter for field USERDATA3

        User data area 3

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the resource definition.

      • getAcquiredStatus

        IFEPINodeDefinition.AcquiredStatusValue getAcquiredStatus()
        Getter for field ACQSTATUS

        Acquired status

        The initial acquire state of the nodes being installed. All nodes listed have the same initial state:

        • ACQUIRED - The VTAM ACB for the node is to be opened and 'set logon start' is to be done.
        • RELEASED - The VTAM ACB for the node is not be opened.
      • getNodeServiceStatus

        IFEPINodeDefinition.NodeServiceStatusValue getNodeServiceStatus()
        Getter for field SERVSTATUS

        Node service status

        The initial service state of the nodes being installed. All nodes listed will have the same initial state:

        • INSERVICE - The nodes are in service and can be used in a conversation.
        • OUTSERVICE - The nodes are not in service and cannot be used for any conversations.
      • getPasswordList

        java.lang.String getPasswordList()
        Getter for field PASSWORDS

        Password list

        A contiguous array of 8-character passwords. They correspond one-to-one with the node names in NODELIST. The passwords are those that VTAM requires to access the application minor nodes. They are not required if passwords are not used. You can use a value of 8 null characters (X'00') to indicate no password.

      • getNodeList

        java.lang.String getNodeList()
        Getter for field NODELIST

        Node list

        A contiguous array of 8-character node names (that is, VTAM application minor node names in the front-end). Names must not contain null characters (X'00'), leading blanks, or embedded blanks. You can specify a maximum of 64 node names.