|
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.JobExecutionPausedEvent
This event is raised every time a job executes and the job is in the paused state.
| Field Summary |
| Fields inherited from class oracle.ias.scheduler.event.SchedulerEvent |
m_source, m_timestamp |
| Constructor Summary | |
JobExecutionPausedEvent()
|
|
JobExecutionPausedEvent(JobHandle job)
Initializes a newly created JobExecutionPausedEvent with
the job handle specified. |
|
| Method Summary | |
boolean |
equals(java.lang.Object v)
|
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 JobExecutionPausedEvent(JobHandle job)
JobExecutionPausedEvent with
the job handle specified.
job - a handle to the paused job.public JobExecutionPausedEvent()
| Method Detail |
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 | ||||||||||