com.ibm.cics.model
Interface IBatchedRepositoryUpdateRequest

All Superinterfaces:
ICICSObject, ICPSMManager, com.ibm.cics.model.meta.ITypedObject

public interface IBatchedRepositoryUpdateRequest
extends ICPSMManager

generated from CICS resourcetable BATCHREP


Nested Class Summary
static class IBatchedRepositoryUpdateRequest.ProcessingStateValue
          Enumeration type for field PROCESS
static class IBatchedRepositoryUpdateRequest.RuntypeValue
          Enumeration type for field RUNTYPE
 
Method Summary
 java.lang.String getInputMember()
          Getter for field INPUTMEMBER
 java.lang.String getName()
          Getter for field INPUTDSN
 java.lang.String getOutputuser()
          Getter for field OUTPUTUSER
 java.lang.String getPrintclass()
          Getter for field PRINTCLASS
 java.lang.String getPrintnode()
          Getter for field PRINTNODE
 IBatchedRepositoryUpdateRequest.ProcessingStateValue getProcessingState()
          Getter for field PROCESS
 IBatchedRepositoryUpdateRequest.RuntypeValue getRuntype()
          Getter for field RUNTYPE
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Method Detail

getProcessingState

IBatchedRepositoryUpdateRequest.ProcessingStateValue getProcessingState()
Getter for field PROCESS

Processing state

Indicates whether or not the batched repository update job is running.


getRuntype

IBatchedRepositoryUpdateRequest.RuntypeValue getRuntype()
Getter for field RUNTYPE

Batch 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 INPUTDSN

Input 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 interface ICICSObject

getInputMember

java.lang.String getInputMember()
Getter for field INPUTMEMBER

Input 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 PRINTCLASS

Output 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 PRINTNODE

Destination node

Identifies the print node used by the system spooler to route the file.


getOutputuser

java.lang.String getOutputuser()
Getter for field OUTPUTUSER

Destination 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.



Copyright 2008-2009 IBM Corp. All Rights Reserved.