|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.event.EventImpl
oracle.as.scheduler.ApplicationEvent
public class ApplicationEvent
Application event class.
Application events are published when an application client calls
RuntimeService.publishEvent.
Application events are used for event based requests that use triggers
to define application and/or system events that the request depends
on for execution.
Trigger,
Serialized Form| Field Summary |
|---|
| Fields inherited from class oracle.as.scheduler.event.EventImpl |
|---|
EVENT_HEADER, EVENT_VERSION |
| Fields inherited from interface oracle.as.scheduler.Event |
|---|
APPLICATION_TYPE, NAME, REQUEST_CANCELLED, REQUEST_ERROR, REQUEST_ERROR_MANUAL_RECOVERY, REQUEST_EXPIRED, REQUEST_FINISHED, REQUEST_INVALID, REQUEST_PAUSED, REQUEST_RETRY, REQUEST_SUCCEEDED, REQUEST_TIMED_OUT, REQUEST_VALID, REQUEST_WARNING, SCHEDULE_END, SYSTEM_TYPE, TYPE, UNLIMITED_TIME_TO_LIVE, WS_ASYNC_CALLBACK |
| Constructor Summary | |
|---|---|
ApplicationEvent(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> properties,
int timeToLive)
Constructs an application event. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.as.scheduler.event.EventImpl |
|---|
copyEvent, createEvent, deserialize, getName, getProps, getRequestId, getTimeToLive, getType, serialize, setTimeToLive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.as.scheduler.Event |
|---|
getName, getProps, getRequestId, getTimeToLive, getType |
| Constructor Detail |
|---|
public ApplicationEvent(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> properties,
int timeToLive)
name - the name of event. This must be non-null.properties - the set of application properties associated
with the event. If null, an empty Map is
created and associated with the event.
If a map element value is non-null, that class must
implement Serializable interface.
timeToLive - the time to live, in seconds, for the event to
be retained. A value of less than or zero means unlimited.
java.lang.NullPointerException - if event name is null.
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||