Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.asyncjob
Class AsyncJobStartedEvent  view AsyncJobStartedEvent download AsyncJobStartedEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
          extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobStartedEvent
All Implemented Interfaces:
java.io.Serializable

public class AsyncJobStartedEvent
extends AsyncJobEvent

An event sent to a listener when a job has started


Field Summary
private  AsyncJobExecution execution_
           
 
Fields inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
(package private) AsyncJobStartedEvent(AsyncJobRunner runner, AsyncJob job, AsyncJobExecution execution)
          Constructor
 
Method Summary
 AsyncJobExecution getExecution()
          Get the execution tracker
 
Methods inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
getAsyncJob, getAsyncJobExecution, getAsyncJobRunner
 
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
 

Field Detail

execution_

private AsyncJobExecution execution_
Constructor Detail

AsyncJobStartedEvent

AsyncJobStartedEvent(AsyncJobRunner runner,
                     AsyncJob job,
                     AsyncJobExecution execution)
Constructor

Method Detail

getExecution

public AsyncJobExecution getExecution()
Get the execution tracker