|
Oracle Containers for J2EE Job Scheduler Java API Reference 10g Release 3 (10.1.3) B16026-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ias.scheduler.event.SchedulerEvent
oracle.ias.scheduler.event.JobCreatedEvent
This event is raised every time a job is created.
| Field Summary |
| Fields inherited from class oracle.ias.scheduler.event.SchedulerEvent |
m_source, m_timestamp |
| Constructor Summary | |
JobCreatedEvent()
|
|
JobCreatedEvent(JobHandle handle,
Schedule schedule)
Initializes a newly created JobCreatedEvent with
the job handle specified. |
|
| Method Summary | |
boolean |
equals(java.lang.Object v)
|
Schedule |
getSchedule()
|
static int |
getVersion()
Internal use only. |
int |
hashCode()
|
void |
readExternal(java.io.ObjectInput in)
Restores the contents of this object from the stream specified. |
void |
writeExternal(java.io.ObjectOutput out)
Saves the contents of this object to the stream specified. |
| Methods inherited from class oracle.ias.scheduler.event.SchedulerEvent |
getHandle, getSource, getTimestamp |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JobCreatedEvent(JobHandle handle,
Schedule schedule)
JobCreatedEvent with
the job handle specified.
public JobCreatedEvent()
| Method Detail |
public Schedule getSchedule()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundExceptionpublic boolean equals(java.lang.Object v)
equals in class SchedulerEventpublic int hashCode()
hashCode in class SchedulerEventpublic static int getVersion()
|
Oracle Containers for J2EE Job Scheduler Java API Reference 10g Release 3 (10.1.3) B16026-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||