The BatchJobStepLocalInterface is the business interface of a Batch Job Step Entity bean (Batch Step Bean)
This interface
extends the BatchJobStepInterface for batch execution environment callbacks and also extends javax.ejb.EJBLocalObject
to indicate that the implementing EJB will be a local EJB.
Parses the xJCL corresponding to the jobid which is saved in the database
to produce a map of all symbolic variables used in the xJCL which are not system properties
Typically this method is invoked during a restart scenario from JMC to determine
the list of symbolic variables that the user can substitute during a restart.
The intermediateCheckpoint method is called by the Batch Execution Environment to indicate
to the BDS that a checkpoint has just completed (i.e. a global transaction has been committed
and a new global transaction has started).
The positionAtCurrentCheckpoint method is called by Batch Execution Environment to provide a signal to the BDS that it
should start processing the stream at the point that was defined in the
internalizeCheckpointInformation method.
The positionAtInitialCheckpoint is called by the Batch Execution Environment to provide a signal to the BDS that it should
start processing the stream at the initial point as defined by the xJCL inputs.
Removes the zipped job log associated with the requested job ID [ this is the required complimentary action to {@link JobScheduler#getJobLog(String) getJobLog(jobid) ]
Note: Not supported in WebSphere Batch FeaturePack
Submits the delayed job specified by the xJCL passed in to the job scheduler and
saves the xJCL to the xJCL repository.
Note: Not supported in WebSphere Batch FeaturePack
Submits the job specified by the xJCL passed in to the job scheduler and
saves the xJCL to the xJCL repository.
Note: Not supported in WebSphere Batch FeaturePack
Submits the delayed job, which is defined by the xJCL and any name/value pairs specified, to the job scheduler and
saves the xJCL to the xJCL repository.
Note: Not supported in WebSphere Batch FeaturePack
Submits the job, which is defined by the xJCL and any name/value pairs specified, to the job scheduler and
saves the xJCL to the xJCL repository.
The setProperties method is called by the Batch Execution Environment to pass bds properties specified in xJCL to the
bds as a java.util.Properties object.
Note: Not supported in WebSphere Batch FeaturePack
Submits the job, which is defined by the xJCL and any name/value pairs specified, to the job scheduler at the specified
start time.
Note: Not supported in WebSphere Batch FeaturePack
Submits the specified job, saved in the xJCL repository, and any name/value pairs specified to the job scheduler at the specified
start time.
Note: Not supported in WebSphere Batch FeaturePack
Submits the specified job, saved in the xJCL repository, and any name/value pairs specified to the job scheduler
Note: Not supported in WebSphere Batch FeaturePack
Creates a job schedule to submit the specified job, saved in the xJCL repository, at the specified time and interval.