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

I

IllegalOperationException - exception oracle.ias.scheduler.IllegalOperationException.
This exception is thrown by the Scheduler API, when an operation that is not permitted is invoked
IllegalOperationException() - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with null as its message.
IllegalOperationException(String) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key.
IllegalOperationException(String, Object) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key and a single message parameter string.
IllegalOperationException(String, Object, Object) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key and two message parameter string.
IllegalOperationException(String, Throwable) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key and cause.
IllegalOperationException(String, Object, Throwable) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key and single message parameter and a cause
IllegalOperationException(String, Object, Object, Throwable) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified localized message key and two message parameters and a cause
IllegalOperationException(Throwable) - Constructor for class oracle.ias.scheduler.IllegalOperationException
Constructs a new exception with the specified cause.
IntervalSchedule - class oracle.ias.scheduler.IntervalSchedule.
Repeating interval schedule used to specify how often a timer expiration notification is sent to the associated trigger.
IntervalSchedule() - Constructor for class oracle.ias.scheduler.IntervalSchedule
Construct a new Schedule with the default expiration and interval.
InvalidArgumentException - exception oracle.ias.scheduler.InvalidArgumentException.
This exception is thrown when one or more arguments to perform an operation is not valid
InvalidArgumentException() - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with null as its message.
InvalidArgumentException(String) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key.
InvalidArgumentException(String, Object) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key and a single message parameter string.
InvalidArgumentException(String, Object, Object) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key and two message parameter string.
InvalidArgumentException(String, Throwable) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key and cause.
InvalidArgumentException(String, Object, Throwable) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key and single message parameter and a cause
InvalidArgumentException(String, Object, Object, Throwable) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified localized message key and two message parameters and a cause
InvalidArgumentException(Throwable) - Constructor for class oracle.ias.scheduler.InvalidArgumentException
Constructs a new exception with the specified cause.
isFixedDelay() - Method in class oracle.ias.scheduler.RepeatingSchedule
Gets the designation of this schedule.
isFixedDelay() - Method in class oracle.ias.scheduler.Schedule
Gets the fixed-delay status of the schedule.
isRepeating() - Method in class oracle.ias.scheduler.IntervalSchedule
Used to identify a repeating schedule.
isRepeating() - Method in class oracle.ias.scheduler.RecurSchedule
Used to identify a repeating schedule.
isRepeating() - Method in class oracle.ias.scheduler.Schedule
Used to identify a repeating schedule.
isReplay() - Method in class oracle.ias.scheduler.event.RestartEvent
This method is used to determine if this event was due to an execution that was replayed
isRetry() - Method in class oracle.ias.scheduler.event.RestartEvent
This method is used to determine if this event was due to an execution that was retried due to a prior failed execution

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.