com.ibm.cics.model

Interface IPipelineDefinition

    • Method Detail

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

      • getConfigurationFile

        java.lang.String getConfigurationFile()
        Getter for field CONFIGFILE

        Configuration file name on zFS for this pipeline

        The name of the pipeline configuration file associated with the PIPELINE resource. The name can be up to 255 characters long.

      • getShelf

        java.lang.String getShelf()
        Getter for field SHELF

        Name of a directory (shelf) for WSBind files

        The name of the shelf directory. The name can be up to 255 characters long.

      • getStatus

        ICICSEnums.EnablementValue getStatus()
        Getter for field STATUS

        ENABLED status

        The status of the PIPELINE:

        • ENABLED - Web service requests for this PIPELINE are processed normally.
        • DISABLED - Web service requests for this PIPELINE cannot be processed.
      • getWSDirectory

        java.lang.String getWSDirectory()
        Getter for field WSDIR

        Name of the WSBind (pickup) directory on zFS

        The name of the Web service binding directory (also known as the pickup directory). The name can be up to 255 characters long.

      • getResponseWaitSeconds

        java.lang.Long getResponseWaitSeconds()
        Getter for field RESPWAIT

        Response wait time for Requester Pipeline (SSSS)

        Specifies the number of seconds that an application program should wait for a response message from a remote Web service. The value can range from 0 to 9999 seconds, or may specify the keyword value of DEFT. If you specify RESPWAIT(DEFT) for this attribute, the default timeout value of the transport protocol is used:

        • The default timeout value for HTTP is 10 seconds.
        • The default timeout value for MQ is 60 seconds.

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