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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.virtuosotechnologies.lib.asyncjob.AbstractAsyncJobRunner
      extended bycom.virtuosotechnologies.lib.asyncjob.BlockingAsyncJobRunner
All Implemented Interfaces:
AsyncJobRunner

public class BlockingAsyncJobRunner
extends AbstractAsyncJobRunner

AsyncJobRunner that blocks on each job until it finishes.


Nested Class Summary
 
Nested classes inherited from class com.virtuosotechnologies.lib.asyncjob.AbstractAsyncJobRunner
AbstractAsyncJobRunner.ExecutionImpl
 
Field Summary
 
Fields inherited from class com.virtuosotechnologies.lib.asyncjob.AbstractAsyncJobRunner
 
Constructor Summary
BlockingAsyncJobRunner()
          Constructor
 
Method Summary
 AsyncJobExecution startJob(AsyncJob job)
          Start a job
 
Methods inherited from class com.virtuosotechnologies.lib.asyncjob.AbstractAsyncJobRunner
addAsyncJobListener, removeAsyncJobListener, runJobSynchronously
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingAsyncJobRunner

public BlockingAsyncJobRunner()
Constructor

Method Detail

startJob

public AsyncJobExecution startJob(AsyncJob job)
Start a job