public interface IPipelineDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static interface |
IPipelineDefinition.ResponseWaitSecondsValue
Long constants interface for field RESPWAIT
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ICICSDefinitionReference<IPipelineDefinition> |
getCICSObjectReference() |
java.lang.String |
getConfigurationFile()
Getter for field CONFIGFILE
|
ICICSType<IPipelineDefinition> |
getObjectType() |
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
|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IPipelineDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
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 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.
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 zFS
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:
ICICSDefinitionReference<IPipelineDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.