|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPipelineDefinition
generated from CICS resourcetable PIPEDEF
Nested Class Summary | |
---|---|
static interface |
IPipelineDefinition.ResponseWaitSecondsValue
Long constants interface for field RESPWAIT |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getConfigurationFile()
Getter for field CONFIGFILE |
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, getCSDGroup, getDescription, getVersion |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getUserdata1()
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.
java.lang.String getUserdata2()
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.
java.lang.String getUserdata3()
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.
java.lang.String getConfigurationFile()
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.
java.lang.String getShelf()
Name of a directory (shelf) for WSBind files
The name of the shelf directory. The name can be up to 255 characters long.
ICICSEnums.EnablementValue getStatus()
ENABLED status
The status of the PIPELINE:
java.lang.String getWSDirectory()
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.
java.lang.Long getResponseWaitSeconds()
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:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |