Interface | Description |
---|---|
JobScheduler |
This is the remote interface for the Job Scheduler EJB.
|
JobSchedulerHome |
This is the home interface for the Job Scheduler EJB.
|
Class | Description |
---|---|
JobSchedulerConstants |
Represents the Job Scheduler Constants
|
JobStatusConstants |
Represents the job status codes stored in the job scheduler database.
|
Exception | Description |
---|---|
EndpointUnavailableException |
Exception thrown when the specified operation is not currently permitted on the job.
|
InvalidIntervalException |
Exception thrown when the specified interval is not one of the supported time intervals
|
InvalidJobIDException |
Exception thrown when the job ID is not recognized by the job scheduler
|
InvalidJobNameException |
Exception thrown when the job identified by the job name does not exist in the xJCL repository
|
InvalidOperationException |
Exception thrown when the specified operation is not currently permitted on the job.
|
InvalidStartDateTimeFormatException |
Exception thrown when the start date and/or time is not in the required format (yyyy-mm-dd hh:mm:ss).
|
JCLException |
Exception thrown when the specified xJCL is not valid or is corrupted.
|
SchedulerException |
Exception thrown when an unexpected error is encountered by the job scheduler during processing of the command.
|
StaleTimeException |
Exception thrown when the start date and/or time is in the past based on the current time
|