IBM WebSphere Application ServerTM
Release 7
A B C D E F G H I J M N O P Q R S U

A

AMBIGUOUS_EDITION - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Ambiguous editions are found in the Grid Execution Environment.

B

BatchConstants - Class in com.ibm.websphere.batch
The following constants are used as return codes for the processJobStep method of a Batch Step EJB.
BatchConstants() - Constructor for class com.ibm.websphere.batch.BatchConstants
 
BatchContainerDataStreamException - Exception in com.ibm.websphere.batch
 
BatchContainerDataStreamException(Throwable) - Constructor for exception com.ibm.websphere.batch.BatchContainerDataStreamException
 
BatchContainerDataStreamException() - Constructor for exception com.ibm.websphere.batch.BatchContainerDataStreamException
 
BatchDataStream - Interface in com.ibm.websphere.batch
The BatchDataStream (BDS) interface provides an abstraction over the data that is processed by a Batch Step.
BatchDataStreamMgr - Class in com.ibm.websphere.batch
This api enables a Batch Step EJB to retrieve a handle to a Batch Data Stream at runtime.
BatchDataStreamMgr() - Constructor for class com.ibm.websphere.batch.BatchDataStreamMgr
 
BatchJobStepInterface - Interface in com.ibm.websphere.batch
The BatchJobStepInterface describes the business methods that a Batch Job Step entity bean (Batch Step Bean) implements.
BatchJobStepKey - Class in com.ibm.websphere.batch
This is the Key class for a Batch Step EJB.
BatchJobStepKey() - Constructor for class com.ibm.websphere.batch.BatchJobStepKey
Creates an empty key for the Entity Bean.
BatchJobStepKey(String, String) - Constructor for class com.ibm.websphere.batch.BatchJobStepKey
 
BatchJobStepLocalHomeInterface - Interface in com.ibm.websphere.batch
BatchJobStepLocalHomeInterface is the home interface of a Batch Job Step entity EJB (Batch Step Bean).
BatchJobStepLocalInterface - Interface in com.ibm.websphere.batch
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.

C

CANCEL_PENDING - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A cancel request was received by the job scheduler and the grid endpoint is in the process of canceling the job.
cancelJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Cancels the job identified by the job ID
cancelJob(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Cancels the jobs identified by the list of job IDs
CANCELLED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
The job has been canceled successfully.
cancelRecurringRequest(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Cancel an existing job schedule
cancelRecurringRequest(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Cancel existing job schedules
CIWork - Interface in com.ibm.websphere.ci
Interface implemented by classes that provide the logic for compute-intensive job steps.
clone() - Method in class com.ibm.websphere.batch.BatchDataStreamMgr
 
close() - Method in interface com.ibm.websphere.batch.BatchDataStream
The close method is called by the Batch Execution Environment to indicate to the BDS that the user of the BDS is done working with the BDS.
com.ibm.websphere.batch - package com.ibm.websphere.batch
 
com.ibm.websphere.ci - package com.ibm.websphere.ci
 
com.ibm.websphere.longrun - package com.ibm.websphere.longrun
 
create(String, String) - Method in interface com.ibm.websphere.batch.BatchJobStepLocalHomeInterface
 
create() - Method in interface com.ibm.websphere.longrun.JobSchedulerHome
Creates a default instance of Session Bean: JobScheduler
createJobStep() - Method in interface com.ibm.websphere.batch.BatchJobStepInterface
createJobStep is called by the Batch Execution Environment before calling processJobStep.

D

DATABASE_EXCEPTION - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Database exception during a job operation
destroyJobStep() - Method in interface com.ibm.websphere.batch.BatchJobStepInterface
destroyJobStep is called when the Batch Execution Environment has finished processing the job step.
DISPATCHED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A worker thread has been dispatched to execute the job

E

ENDED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job has ended successfully.
EndpointUnavailableException - Exception in com.ibm.websphere.longrun
Exception thrown when the specified operation is not currently permitted on the job.
EndpointUnavailableException(String) - Constructor for exception com.ibm.websphere.longrun.EndpointUnavailableException
 
equals(Object) - Method in class com.ibm.websphere.batch.BatchJobStepKey
Returns true if both keys are equal.
EXECUTING - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job is currently executing on a grid endpoint.
EXECUTION_FAILED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Error occurred while running a compute-intensive job or setting up a j2ee job.
externalizeCheckpointInformation() - Method in interface com.ibm.websphere.batch.BatchDataStream
The externalizeCheckpointInformation method is called by the Batch Execution Environment (BEE) during the checkpoint completion phase of processing.

F

findByPrimaryKey(BatchJobStepKey) - Method in interface com.ibm.websphere.batch.BatchJobStepLocalHomeInterface
 
forcedCancelJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Forcibly cancels the job identified by the job ID Supported on z/OS only.

G

getAdminAddresses() - Method in interface com.ibm.websphere.longrun.JobScheduler
Return the JMX addresses of the scheduler cluster
getBatchDataStream(String, String) - Static method in class com.ibm.websphere.batch.BatchDataStreamMgr
Returns a BatchDataStream object for the Batch Data Stream identified by its logical name and the id of the job and step with which it is associated.
getBatchDataStream(CGJob, String, String) - Static method in class com.ibm.websphere.batch.BatchDataStreamMgr
 
getBatchJobRC(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the return code of the Batch job.
getJobDetails(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job details for the given job ID.
getJobLog(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the zipped job log associated with the requested job ID
getJobLogMetaDataByAgeForClass(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job log list associated with the requested job class sorted by job log age
getJobLogMetaDataBySizeForClass(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job log list associated with the requested job class sorted by job log size
getJobOutput(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job output for a given job ID that displays the job's progress.
getJobsByClass(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job log list associated with the requested job class
getJobsId(String, String, String, String, Integer[], String, boolean) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns a list of job IDs that match the specified criteria.
getJobsName(String, String, String, boolean) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns a list of job names in the job repository that match the specified criteria.
getJobsStatus(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns job status in XML format for the given job IDs.
getJobStatus(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job status for the given job ID.
getJobstepid() - Method in class com.ibm.websphere.batch.JobStepID
 
getLogAge(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the age of the job log file associated with the requested job ID and log subdirectory
getLogMetaData(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job log meta-data associated with the requested job ID (list of distinct job log subdirectories for the job ID)
getLogPart(String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the contents of the job log file associated with the requested job ID, log subdirectory and part number
getLogPartList(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the job log part list associated with the requested job ID and log subdirectory
getLogSize(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns the size in bytes of the job log file associated with the requested job ID
getMessage() - Method in exception com.ibm.websphere.longrun.EndpointUnavailableException
 
getMessage() - Method in exception com.ibm.websphere.longrun.InvalidIntervalException
 
getMessage() - Method in exception com.ibm.websphere.longrun.InvalidJobIDException
 
getMessage() - Method in exception com.ibm.websphere.longrun.InvalidJobNameException
 
getMessage() - Method in exception com.ibm.websphere.longrun.InvalidOperationException
 
getMessage() - Method in exception com.ibm.websphere.longrun.InvalidStartDateTimeFormatException
 
getMessage() - Method in exception com.ibm.websphere.longrun.JCLException
 
getMessage() - Method in exception com.ibm.websphere.longrun.SchedulerException
 
getMessage() - Method in exception com.ibm.websphere.longrun.StaleTimeException
 
getName() - Method in interface com.ibm.websphere.batch.BatchDataStream
The getName method returns the logical name of the BDS that was received in the initialize method.
getProperties() - Method in interface com.ibm.websphere.batch.BatchDataStream
The getProperties method returns the bds properties specified in the xJCL and received in the setProperties method.
getProperties() - Method in interface com.ibm.websphere.batch.BatchJobStepInterface
Returns the properties specified in the xJCL for the batch job step.
getRecurringRequestDetails(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Returns details of an existing job schedule.
getRequests(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Returns job schedule information in XML format for the given job schedule names.
getRequestsId(String, String, String, String[], Integer[], String, boolean) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Returns a list of job schedule names that match the specified criteria.
getSymbolicVariables(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Parses the xJCL to produce a map of all symbolic variables used in the xJCL which are not system properties
getSymbolicVariablesForExistingJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
getUserPrefs(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Retrieves a list of user preferences for the given user ID and the given scope.
GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Grid utility job is not supported on z/OS.
GRID_UTILITY_JOB_UNSUPPORTED_OPERATION - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Operation not supported for a grid utility job

H

hashCode() - Method in class com.ibm.websphere.batch.BatchJobStepKey
Returns the hash code for the key.
HMM_OPERATING_ON_DCI - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Health Management condition encountered

I

IN_SETUP - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job is in the process of being setup
initialize(String, String) - Method in interface com.ibm.websphere.batch.BatchDataStream
The initialize method is called by the Batch Execution Environment during the initialization of the job step.
intermediateCheckpoint() - Method in interface com.ibm.websphere.batch.BatchDataStream
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).
internalizeCheckpointInformation(String) - Method in interface com.ibm.websphere.batch.BatchDataStream
The internalizeCheckpointInformation method is called by the Batch Execution Environment during the restart of a Batch Step Bean.
InvalidIntervalException - Exception in com.ibm.websphere.longrun
Exception thrown when the specified interval is not one of the supported time intervals
InvalidIntervalException(String) - Constructor for exception com.ibm.websphere.longrun.InvalidIntervalException
 
InvalidJobIDException - Exception in com.ibm.websphere.longrun
Exception thrown when the job ID is not recognized by the job scheduler
InvalidJobIDException(String) - Constructor for exception com.ibm.websphere.longrun.InvalidJobIDException
 
InvalidJobNameException - Exception in com.ibm.websphere.longrun
Exception thrown when the job identified by the job name does not exist in the xJCL repository
InvalidJobNameException(String) - Constructor for exception com.ibm.websphere.longrun.InvalidJobNameException
 
InvalidOperationException - Exception in com.ibm.websphere.longrun
Exception thrown when the specified operation is not currently permitted on the job.
InvalidOperationException(String) - Constructor for exception com.ibm.websphere.longrun.InvalidOperationException
 
InvalidStartDateTimeFormatException - Exception in com.ibm.websphere.longrun
Exception thrown when the start date and/or time is not in the required format (yyyy-mm-dd hh:mm:ss).
InvalidStartDateTimeFormatException(String) - Constructor for exception com.ibm.websphere.longrun.InvalidStartDateTimeFormatException
 
isSAF() - Method in interface com.ibm.websphere.longrun.JobScheduler
Returns true if SAF authorization is enabled.

J

JCLException - Exception in com.ibm.websphere.longrun
Exception thrown when the specified xJCL is not valid or is corrupted.
JCLException(String) - Constructor for exception com.ibm.websphere.longrun.JCLException
 
JOB_APP_EDITION_NOT_ACTIVE - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
The specified edition is not installed or active in the Grid Execution Environment.
JOB_INCORRECT_SYNTAX - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Job has incorrect syntax
JOB_NOT_EXISTS - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Job does not exist in the JOBSTATUS table
JOB_ON_INVALID_STATE - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Job is in an invalid state for the job operation
jobID - Variable in class com.ibm.websphere.batch.BatchJobStepKey
Implementation field for persistent attribute: jobID
JobScheduler - Interface in com.ibm.websphere.longrun
This is the remote interface for the Job Scheduler EJB.
JobSchedulerConstants - Class in com.ibm.websphere.longrun
Represents the Job Scheduler Constants
JobSchedulerConstants() - Constructor for class com.ibm.websphere.longrun.JobSchedulerConstants
 
JobSchedulerHome - Interface in com.ibm.websphere.longrun
This is the home interface for the Job Scheduler EJB.
JobStatusConstants - Class in com.ibm.websphere.longrun
Represents the job status codes stored in the job scheduler database.
JobStatusConstants() - Constructor for class com.ibm.websphere.longrun.JobStatusConstants
 
JobStepID - Class in com.ibm.websphere.batch
This class represents a Batch Job Step ID.
JobStepID(String, String) - Constructor for class com.ibm.websphere.batch.JobStepID
 

M

modifyModifiableRecurringRequest(String, String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Modify an existing job schedule.
modifyRecurringRequest(String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Modify an existing job schedule.

N

NOT_STARTED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
NO step status

O

open() - Method in interface com.ibm.websphere.batch.BatchDataStream
The open method is called by the Batch Execution Environment to indicate that the BDS is about to be used and to prepare the BDS for operation.

P

PENDING_SUBMIT - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A delayed job is waiting to be submitted based on the start time for the job
positionAtCurrentCheckpoint() - Method in interface com.ibm.websphere.batch.BatchDataStream
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.
positionAtInitialCheckpoint() - Method in interface com.ibm.websphere.batch.BatchDataStream
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.
privateGetJobID(int) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateReserveJobNumber() - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitJob(String, int) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitJob(String, int, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitJobFromRepository(String, int) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitJobFromRepository(String, int, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitModifiableJob(String, String, int) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitModifiableJob(String, String, int, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitModifiableJobFromRepository(String, String, int) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
privateSubmitModifiableJobFromRepository(String, String, int, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
processJobStep() - Method in interface com.ibm.websphere.batch.BatchJobStepInterface
processJobStep should contain all the business logic for the batch job step.
purgeJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Purges the job, identified by the job ID, from the job scheduler and the grid endpoint environments.
purgeJob(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Purges the jobs, identified by the list of job IDs, from the job scheduler and the grid endpoint environments.
purgeJobLog(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Purges the job log file associated with the requested job ID and log subDirectory

Q

quiesceLogging(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Stops user job logging

R

RECURRINGREQUEST_NOT_EXISTS - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Recurring request does not exist in the RECURRINGREQUEST table
RECURRINGREQUEST_NOT_PERM_CANCELLED - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Recurring request could not be permanently canceled
removeJobFromRepository(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Removes the xJCL for the specifed job from the xJCL repository
removeJobLog(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Removes the zipped job log associated with the requested job ID [ this is the required complimentary action to {@link JobScheduler#getJobLog(String) getJobLog(jobid) ]
REQUIRED_CAPABILITY_NOT_FOUND - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Required capability was not found in the Grid Execution Environment.
RESTARTABLE - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
The job is restartable.
restartJob(String, String, Object) - Method in interface com.ibm.websphere.longrun.JobScheduler
Restarts the job identified by the job ID with the given substitution parameters and proxy scheduler lock name.
restartJob(String, Object) - Method in interface com.ibm.websphere.longrun.JobScheduler
Restarts the job identified by the job ID and proxy lock name.
restartJob(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Restarts the job identified by the job ID with the given substitution parameters.
restartJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Restarts the job identified by the job ID.
restartJob(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Restarts the jobs identified by the list of job IDs.
RESUME_PENDING - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A resume request was received by the job scheduler and the grid endpoint is in the process of resuming the job.
resumeJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Resumes execution of the specified job.
resumeJob(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Resumes execution of the jobs identified by the list of job IDs.

S

saveDelayedJobToRepositoryAndSubmit(String, String, boolean, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
saveJobToRepository(String, String, boolean) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Saves the xJCL passed in to the xJCL Repository.
saveJobToRepositoryAndSubmit(String, String, boolean) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
saveModifiableDelayedJobToRepositoryAndSubmit(String, String, boolean, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
saveModifiableJobToRepositoryAndSubmit(String, String, boolean, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
saveUserPrefs(String, String, String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Saves the list of user preferences for the given user ID and the given scope.
SCHDEULER_EXCEPTION - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Internal exception during a job operation
SCHDEULER_IS_NOT_ACTIVE - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
The owning scheduler is not active
SCHEDULE_OPER_TO_LREE_FAILED - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Failed invocation of an operation on the Grid Endpoint.
SCHEDULE_OPER_TO_LREE_SUCCESS - Static variable in class com.ibm.websphere.longrun.JobSchedulerConstants
Successful invocation of an operation on the Grid Endpoint
SchedulerException - Exception in com.ibm.websphere.longrun
Exception thrown when an unexpected error is encountered by the job scheduler during processing of the command.
SchedulerException(String) - Constructor for exception com.ibm.websphere.longrun.SchedulerException
 
sendCheckpointNotification(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.EndpointUnavailableException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.InvalidIntervalException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.InvalidJobIDException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.InvalidJobNameException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.InvalidOperationException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.InvalidStartDateTimeFormatException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.JCLException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.SchedulerException
 
setMessage(String) - Method in exception com.ibm.websphere.longrun.StaleTimeException
 
setProperties(Properties) - Method in interface com.ibm.websphere.batch.BatchDataStream
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.
setProperties(Properties) - Method in interface com.ibm.websphere.batch.BatchJobStepInterface
Called by the Batch Execution Environment to make the properties specified in the xJCL available to the batch job step
showAllJobs() - Method in interface com.ibm.websphere.longrun.JobScheduler
Shows all jobs in the job scheduler
showAllRecurringRequests() - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Lists all existing job schedules
showJobFromRepository(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Returns the xJCL from the xJCL repository for the given job name.
showRecurringJobs(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Show all jobs in the specified job schedule
StaleTimeException - Exception in com.ibm.websphere.longrun
Exception thrown when the start date and/or time is in the past based on the current time
StaleTimeException(String) - Constructor for exception com.ibm.websphere.longrun.StaleTimeException
 
statusText - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Descriptive text for the job status codes.
stepID - Variable in class com.ibm.websphere.batch.BatchJobStepKey
Implementation field for persistent attribute: stepID
STOP_PENDING - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A stop request was received by the job scheduler and the grid endpoint is in the process of stopping the job.
stopJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Stops the job identified by the job ID
stopJob(String[]) - Method in interface com.ibm.websphere.longrun.JobScheduler
Stops the jobs identified by the list of job IDs
STOPPED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job is stopped.
submitDelayedJob(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Submits the job, which is defined by the xJCL, to the job scheduler at the specified start time.
submitDelayedJobFromRepository(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Submits the job, saved in the xJCL repository, to the job scheduler at the specified start time.
submitJob(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Submits the job, which is defined by the xJCL, to the job scheduler
submitJobFromRepository(String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Submits the specified job, saved in the xJCL repository, to the job scheduler
submitModifiableDelayedJob(String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
submitModifiableDelayedJobFromRepository(String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
submitModifiableJob(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Submits the job, which is defined by the xJCL and any name/value pairs specified, to the job scheduler
submitModifiableJobFromRepository(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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
submitModifiableRecurringRequest(String, String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Creates a job schedule to submit jobs at the specified time interval.
submitModifiableRecurringRequestFromRepository(String, String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Creates a job schedule to submit jobs at the specified time interval.
submitRecurringRequest(String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Note: Not supported in WebSphere Batch FeaturePack Creates a job schedule to submit the job, defined by the xJCL, at the specified time and interval.
submitRecurringRequestFromRepository(String, String, String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
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.
SUBMITTED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job has been submitted to the job scheduler but has not yet been started on a grid endpoint
SUSPEND_PENDING - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
A suspend request was received by the job scheduler and the grid endpoint is in the process of suspending the job.
SUSPENDED - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
Job is currently suspended on the grid endpoint
suspendJob(String, String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Suspends the specified job for the number of seconds specified.
suspendJob(String[], String) - Method in interface com.ibm.websphere.longrun.JobScheduler
Suspends the specified jobs for the number of seconds specified.

U

UNKNOWN - Static variable in class com.ibm.websphere.longrun.JobStatusConstants
UNKNOWN status

A B C D E F G H I J M N O P Q R S U
IBM WebSphere Application ServerTM
Release 7