|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
Base class for events emitted regarding AsyncJobs. AsyncJobEvent cannot be instantiated directly, but event classes will subclass it.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
protected |
AsyncJobEvent(AsyncJobExecution execution)
Constructor |
protected |
AsyncJobEvent(AsyncJobRunner runner,
AsyncJob job)
Constructor |
Method Summary | |
AsyncJob |
getAsyncJob()
Get the job associated with the event. |
AsyncJobExecution |
getAsyncJobExecution()
Get the job execution tracker that sent the event, or null if it wasn't an AsyncJobExecution |
AsyncJobRunner |
getAsyncJobRunner()
Get the job runner that sent the event, or null if it wasn't an AsyncJobRunner. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AsyncJobEvent(AsyncJobRunner runner, AsyncJob job)
runner
- AsyncJobRunner running the jobjob
- AsyncJob that just completedprotected AsyncJobEvent(AsyncJobExecution execution)
Method Detail |
public final AsyncJobRunner getAsyncJobRunner()
public final AsyncJobExecution getAsyncJobExecution()
public final AsyncJob getAsyncJob()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |