com.ibm.cics.model

Interface ISystemLink

    • Method Detail

      • getFromcsys

        java.lang.String getFromcsys()
        Getter for field FROMCSYS

        Primary CICS system name

        The name of a CICS system that is linked to other CICS systems.

      • getTocsys

        java.lang.String getTocsys()
        Getter for field TOCSYS

        Secondary CICS system name

        The name of a CICS system that is linked to the primary CICS system.

      • getConndef

        java.lang.String getConndef()
        Getter for field CONNDEF

        Primary Connection definition name

        The name of the primary connection definition that describes the link.

        The resource type of this is dependant upon the value of the LINKTYPE field, as explained below;

        • ISC/MRO connection definitions are used when the Connection resource type (LINKTYPE) is valid and equal to SNA
        • IPIC connection definitions are used when the Connection resource type (LINKTYPE) is valid and equal to IPIC

      • getSessdef

        java.lang.String getSessdef()
        Getter for field SESSDEF

        Secondary connection definition name

        The name of the secondary connection definition that describes the link.

        The resource type of this is dependant upon the value of the LINKTYPE field, as explained below;

        • Session definitions are used when the Connection resource type (LINKTYPE) is valid and equal to SNA
        • TCP/IP service definitions are used when the Connection resource type (LINKTYPE) is valid and equal to IPIC

      • getConndefver

        java.lang.Long getConndefver()
        Getter for field CONNDEFVER

        Primary connection definition version

        The version of the primary connection definition, in the range 1 to 15.

      • getSessdefver

        java.lang.Long getSessdefver()
        Getter for field SESSDEFVER

        Secondary connection definition version

        The version of the secondary connection definition, in the range 1 to 15.

      • getLinktype

        ISystemLink.LinktypeValue getLinktype()
        Getter for field LINKTYPE

        Connection resource type

        The protocol used for this link definition.

        • SNA - MRO/ISC connections.
        • IPIC - IPIC connections.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.