Interface IBatchedRepositoryUpdateRequest
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IBatchedRepositoryUpdateRequest extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IBatchedRepositoryUpdateRequest.ProcessingStateValue
Enumeration type for field PROCESSstatic class
IBatchedRepositoryUpdateRequest.RuntypeValue
Enumeration type for field RUNTYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBatchedRepositoryUpdateRequestReference
getCICSObjectReference()
java.lang.String
getInputMember()
Getter for field INPUTMEMBERjava.lang.String
getName()
Getter for field INPUTDSNICICSType<IBatchedRepositoryUpdateRequest>
getObjectType()
java.lang.String
getOutputuser()
Getter for field OUTPUTUSERjava.lang.String
getPrintclass()
Getter for field PRINTCLASSjava.lang.String
getPrintnode()
Getter for field PRINTNODEIBatchedRepositoryUpdateRequest.ProcessingStateValue
getProcessingState()
Getter for field PROCESSIBatchedRepositoryUpdateRequest.RuntypeValue
getRuntype()
Getter for field RUNTYPE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IBatchedRepositoryUpdateRequest> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getProcessingState
IBatchedRepositoryUpdateRequest.ProcessingStateValue getProcessingState()
Getter for field PROCESSProcessing state
Indicates whether or not the batched repository update job is running.
-
getRuntype
IBatchedRepositoryUpdateRequest.RuntypeValue getRuntype()
Getter for field RUNTYPEBatch run type
Indicates the type of run:
- CHECK
- Check the commands specified in the batched repository update facility input file.
- EXECUTE
- Submit the batched repository updates.
-
getName
java.lang.String getName()
Getter for field INPUTDSNInput data set
The name of the sequential or partitioned data set (PDS) that contains the input to the batched repository update job.
- Specified by:
getName
in interfaceICICSObject
-
getInputMember
java.lang.String getInputMember()
Getter for field INPUTMEMBERInput member
When the input data set is a PDS, the name of the member that contains the input to the batched repository update job.
-
getPrintclass
java.lang.String getPrintclass()
Getter for field PRINTCLASSOutput class
Identifies the print class to be used for job output. If this field is blank, print class A is assumed.
-
getPrintnode
java.lang.String getPrintnode()
Getter for field PRINTNODEDestination node
Identifies the print node used by the system spooler to route the file.
-
getOutputuser
java.lang.String getOutputuser()
Getter for field OUTPUTUSERDestination user ID
Identifies the eventual writer program or the user who will process the report for spooled records intended for the printer. The batched repository report will carry this identifier, which will be used to select the report at its destination.
-
getCICSObjectReference
IBatchedRepositoryUpdateRequestReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-