Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Uses of Package
oracle.ias.scheduler

Packages that use oracle.ias.scheduler
oracle.ias.scheduler   
oracle.ias.scheduler.event   
 

Classes in oracle.ias.scheduler used by oracle.ias.scheduler
BlackoutException
          Generic exception thrown by all Blackout Window operation
IllegalOperationException
          This exception is thrown by the Scheduler API, when an operation that is not permitted is invoked
InvalidArgumentException
          This exception is thrown when one or more arguments to perform an operation is not valid
Job
          This system-supplied class serves as a handle that references a specific instance of a submitted job.
JobCancellationException
          This exception is thrown by the a job class implementing the Executable interface to indicate acknowledgement of job cancellation.
JobContext
          This is the interface defines the contract between an executing job instance and the Job Scheduler.
JobExecutionException
          This exception is used by the a class implementing the Executable interface to identify problems during execution.
JobHandle
          Handle that references a specific instance of a submitted job.
JobNotFoundException
          This exception is thrown by the Scheduler API, when the specified job is not found
ListenerNotFoundException
          This exception is thrown by the Scheduler API, when the specified listener is not found
Notification
          The application developer uses this system-supplied class to specify a notification.
RepeatingSchedule
           
Schedule
          Single-action schedule used to specify when a timer expiration notification is sent to the associated trigger.
Scheduler
          Core interface of the OracleAS Job Scheduler.
SchedulerException
          This the base exception class for all exceptions thrown by the Scheduler API
SchedulerHandle
          Provides an opaque handle to the scheduler.
SchedulerRemote
          OracleAS Job Scheduler EJB remote interface.
Trigger
          This class is used to specify the conditions by which the associated job is executed.
WindowNotFoundException
          This exception is thrown by the scheduler when the window name specified is not found.
 

Classes in oracle.ias.scheduler used by oracle.ias.scheduler.event
JobHandle
          Handle that references a specific instance of a submitted job.
Schedule
          Single-action schedule used to specify when a timer expiration notification is sent to the associated trigger.
 


Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Copyright © 2006, Oracle. All rights reserved.