|
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.JobExecutionThresholdExceededEvent
This event is raised every time a job execution is supressed as a result of exceeding the execution threshold.
| Field Summary |
| Fields inherited from class oracle.ias.scheduler.event.SchedulerEvent |
m_source, m_timestamp |
| Constructor Summary | |
JobExecutionThresholdExceededEvent()
|
|
JobExecutionThresholdExceededEvent(JobHandle job,
long difference)
The source of the event is the job. |
|
| Method Summary | |
boolean |
equals(java.lang.Object v)
|
long |
getDifference()
Returns the difference between the expected and actual execution times. |
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 JobExecutionThresholdExceededEvent(JobHandle job,
long difference)
JobThresholdExceededEvent with
the job handle and threshold difference specified.
job - the job whose execution threshold was exceededdifference - threshold difference in millisecondspublic JobExecutionThresholdExceededEvent()
| Method Detail |
public long getDifference()
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 | ||||||||||