Interface IPartnerDefinition

    • Method Detail

      • getChangeAgent

        IPartnerDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • 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.
      • getNetname

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

        VTAM node name

        The network name of the logical unit on which the partner application program is running. It matches the NETNAME attribute specified in the connection definition. The name can be up to eight characters in length.

      • getNetwork

        java.lang.String getNetwork()
        Getter for field NETWORK

        Network name

        (Optional.) The name of the network on which the partner LU is located. The name can be up to eight characters in length.

      • getProfile

        java.lang.String getProfile()
        Getter for field PROFILE

        Profile definition name

        The communication profile to be used for the session and conversation. The default PROFILE is DFHCICSA.

      • getTpname

        java.lang.String getTpname()
        Getter for field TPNAME

        Remote transaction program name (characters)

        The name of the remote transaction program that will be running on the partner LU. The definition of a remote TP name is mandatory; you must specify either TPNAME or its alternative, XTPNAME. This name can be up to 64 characters in length.

      • getXtpname

        java.lang.String getXtpname()
        Getter for field XTPNAME

        Remote transaction program name (hexadecimal)

        A hexadecimal string up to 128 characters in length, representing the name of the remote transaction program that runs on the partner LU. All hexadecimal combinations are acceptable except X'40'. This attribute may be used as an alternative to TPNAME; you must specify one of the two, because the definition of a remote TP name is mandatory.

      • getUserdata1

        java.lang.String getUserdata1()
        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 BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata2

        java.lang.String getUserdata2()
        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 BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata3

        java.lang.String getUserdata3()
        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 BAS resource definition. This field is ignored for CICS CSD resource definitions.