com.ibm.cics.model
Interface IPipelineDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition
All Known Subinterfaces:
IMutablePipelineDefinition

public interface IPipelineDefinition
extends ICICSDefinition

generated from CICS resourcetable PIPEDEF


Nested Class Summary
static interface IPipelineDefinition.ResponseWaitSecondsValue
          Long constants interface for field RESPWAIT
 
Method Summary
 java.lang.String getConfigurationFile()
          Getter for field CONFIGFILE
 java.lang.String getCsdgroup()
          Getter for field CSDGROUP
 java.lang.Long getResponseWaitSeconds()
          Getter for field RESPWAIT
 java.lang.String getShelf()
          Getter for field SHELF
 ICICSEnums.EnablementValue getStatus()
          Getter for field STATUS
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 java.lang.String getWSDirectory()
          Getter for field WSDIR
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.IDefinition
getName
 

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 HFS 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:


getWSDirectory

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

Name of the WSBind (pickup) directory on HFS

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:


getCsdgroup

java.lang.String getCsdgroup()
Getter for field CSDGROUP

CSD group

The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.



Copyright © 2008-2009 IBM Corp. All Rights Reserved.