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

B16026-01
A B C D E G H I J L M N O P R S T U W

S

STATE_ACTIVE - Static variable in interface oracle.ias.scheduler.Scheduler
Active job state.
STATE_COMPLETED - Static variable in interface oracle.ias.scheduler.Scheduler
The job is no longer active.
STATE_PAUSED - Static variable in interface oracle.ias.scheduler.Scheduler
Paused job state.
STATE_UNDEF - Static variable in interface oracle.ias.scheduler.Scheduler
Internal use only.
Schedule - class oracle.ias.scheduler.Schedule.
Single-action schedule used to specify when a timer expiration notification is sent to the associated trigger.
Schedule() - Constructor for class oracle.ias.scheduler.Schedule
Construct a new Schedule with the default expiration (current time)
Scheduler - interface oracle.ias.scheduler.Scheduler.
Core interface of the OracleAS Job Scheduler.
SchedulerEvent - class oracle.ias.scheduler.event.SchedulerEvent.
Base class for all events.
SchedulerEvent() - Constructor for class oracle.ias.scheduler.event.SchedulerEvent
 
SchedulerEvent(Object) - Constructor for class oracle.ias.scheduler.event.SchedulerEvent
 
SchedulerException - exception oracle.ias.scheduler.SchedulerException.
This the base exception class for all exceptions thrown by the Scheduler API
SchedulerException() - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with null as its message.
SchedulerException(String) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key.
SchedulerException(String, Object) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key and a single message parameter string.
SchedulerException(String, Object, Object) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key and two message parameter string.
SchedulerException(String, Throwable) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key and cause.
SchedulerException(String, Object, Throwable) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key and single message parameter and a cause
SchedulerException(String, Object, Object, Throwable) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified localized message key and two message parameters and a cause
SchedulerException(Throwable) - Constructor for class oracle.ias.scheduler.SchedulerException
Constructs a new exception with the specified cause.
SchedulerHandle - interface oracle.ias.scheduler.SchedulerHandle.
Provides an opaque handle to the scheduler.
SchedulerHome - interface oracle.ias.scheduler.SchedulerHome.
OracleAS Job Scheduler EJB home interface.
SchedulerRemote - interface oracle.ias.scheduler.SchedulerRemote.
OracleAS Job Scheduler EJB remote interface.
setCondition(String) - Method in class oracle.ias.scheduler.Trigger
Sets the condition expression for this trigger.
setCount(int) - Method in class oracle.ias.scheduler.RecurSchedule
Set the number of times the schedule should repeat.
setEndDate(Calendar) - Method in class oracle.ias.scheduler.RecurSchedule
Sets the end date for this schedule.
setEndDate(Calendar) - Method in class oracle.ias.scheduler.RepeatingSchedule
Sets the end date for this schedule.
setExpiration(long) - Method in class oracle.ias.scheduler.RecurSchedule
Set the initial expiration date for the schedule.
setExpiration(Calendar) - Method in class oracle.ias.scheduler.RecurSchedule
Set the initial expiration date for the schedule.
setExpiration(long) - Method in class oracle.ias.scheduler.Schedule
Sets the expiration to the value specified.
setExpiration(Calendar) - Method in class oracle.ias.scheduler.Schedule
Sets the expiration to the date specified.
setFixedDelay(boolean) - Method in class oracle.ias.scheduler.RepeatingSchedule
Designate the schedule as "fixed-delay".
setInterval(long) - Method in class oracle.ias.scheduler.IntervalSchedule
Sets the interval to the millisecond interval specified.
setLogLevel(JobHandle, Level) - Method in interface oracle.ias.scheduler.Scheduler
Set the log level for the job specified to the level indicated as defined in java.util.logging.Level.
setName(String) - Method in class oracle.ias.scheduler.Notification
Sets the notification name.

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

B16026-01
A B C D E G H I J L M N O P R S T U W
Copyright © 2006, Oracle. All rights reserved.