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

Quick Search    Search Deep

Package com.virtuosotechnologies.lib.asyncjob

Interface Summary
AsyncJob Something that runs a job and reports progress
AsyncJobExecution An object that tracks an execution of a single AsyncJob.
AsyncJobListener AsyncJob related listeners
AsyncJobProgressReporter An object that is passed to an AsyncJob during a run so it can report on its progress.
AsyncJobRunner Something that runs AsyncJobs
 

Class Summary
AbstractAsyncJob Abstract base implementation of AsyncJob
AbstractAsyncJobRunner Abstract base class for AsyncJobRunner
AsyncJobCompletedEvent An event sent to a listener when a job has finished
AsyncJobEvent Base class for events emitted regarding AsyncJobs.
AsyncJobFailedEvent An event sent to a listener when a job has failed
AsyncJobProgressEvent An event sent to a listener when progress is updated
AsyncJobStartedEvent An event sent to a listener when a job has started
BasicAsyncJobListener Empty implementation of AsyncJobListener
BlockingAsyncJobRunner AsyncJobRunner that blocks on each job until it finishes.
ThreadSpawningAsyncJobRunner AsyncJobRunner that spawns a new thread for each job
ThreadWorkerAsyncJobRunner AsyncJobRunner that queues jobs and runs them in a pool of threads
 

Exception Summary
AsyncJobException Exception thrown by an AsyncJob
AsyncJobInterruptedException Exception thrown by an AsyncJob