Interface IPipelineDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IPipelineDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPipelineDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic interface
IPipelineDefinition.ResponseWaitSecondsValue
Long constants interface for field RESPWAIT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPipelineDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IPipelineDefinition>
getCICSObjectReference()
java.lang.String
getConfigurationFile()
Getter for field CONFIGFILEICICSType<IPipelineDefinition>
getObjectType()
java.lang.Long
getResponseWaitSeconds()
Getter for field RESPWAITjava.lang.String
getShelf()
Getter for field SHELFICICSEnums.EnablementValue
getStatus()
Getter for field STATUSjava.lang.String
getUserdata1()
Getter for field USERDATA1java.lang.String
getUserdata2()
Getter for field USERDATA2java.lang.String
getUserdata3()
Getter for field USERDATA3java.lang.String
getWSDirectory()
Getter for field WSDIR-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IPipelineDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IPipelineDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getUserdata1
java.lang.String getUserdata1()
Getter for field USERDATA1User 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 USERDATA2User 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 USERDATA3User 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 CONFIGFILEConfiguration 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 SHELFName 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 STATUSENABLED 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 WSDIRName 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 RESPWAITResponse 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.
-
getCICSObjectReference
ICICSDefinitionReference<IPipelineDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-