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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.lib.asyncjob.AsyncJobExecution

Uses of AsyncJobExecution in com.virtuosotechnologies.lib.asyncjob
 

Classes in com.virtuosotechnologies.lib.asyncjob that implement AsyncJobExecution
protected  class AbstractAsyncJobRunner.ExecutionImpl
          Execution tracker implementation
 

Fields in com.virtuosotechnologies.lib.asyncjob declared as AsyncJobExecution
private  AsyncJobExecution AsyncJobStartedEvent.execution_
           
 

Methods in com.virtuosotechnologies.lib.asyncjob that return AsyncJobExecution
 AsyncJobExecution ThreadWorkerAsyncJobRunner.startJob(AsyncJob job)
          Start a job
 AsyncJobExecution ThreadSpawningAsyncJobRunner.startJob(AsyncJob job)
          Start a job
 AsyncJobExecution BlockingAsyncJobRunner.startJob(AsyncJob job)
          Start a job
 AsyncJobExecution AsyncJobStartedEvent.getExecution()
          Get the execution tracker
 AsyncJobExecution AsyncJobRunner.startJob(AsyncJob job)
          Start a job
 AsyncJobExecution AsyncJobEvent.getAsyncJobExecution()
          Get the job execution tracker that sent the event, or null if it wasn't an AsyncJobExecution
 

Constructors in com.virtuosotechnologies.lib.asyncjob with parameters of type AsyncJobExecution
AsyncJobStartedEvent(AsyncJobRunner runner, AsyncJob job, AsyncJobExecution execution)
          Constructor
AsyncJobEvent(AsyncJobExecution execution, AsyncJob job)
          Constructor