| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob Javadoc ] |
com.virtuosotechnologies.lib.asyncjob: Javadoc index of package com.virtuosotechnologies.lib.asyncjob.
Package Samples:
com.virtuosotechnologies.lib.asyncjob
Classes:
AsyncJobProgressReporter: An object that is passed to an AsyncJob during a run so it can report on its progress.
ThreadWorkerAsyncJobRunner: AsyncJobRunner that queues jobs and runs them in a pool of threads
BlockingAsyncJobRunner: AsyncJobRunner that blocks on each job until it finishes.
AsyncJobExecution: An object that tracks an execution of a single AsyncJob.
AsyncJobProgressEvent: An event sent to a listener when progress is updated
ThreadSpawningAsyncJobRunner: AsyncJobRunner that spawns a new thread for each job
AsyncJobCompletedEvent: An event sent to a listener when a job has finished
AsyncJobEvent: Base class for events emitted regarding AsyncJobs.
AsyncJobStartedEvent: An event sent to a listener when a job has started
AsyncJobFailedEvent: An event sent to a listener when a job has failed
AsyncJob: Something that runs a job and reports progress
AbstractAsyncJob: Abstract base implementation of AsyncJob
BasicAsyncJobListener: Empty implementation of AsyncJobListener
AbstractAsyncJobRunner: Abstract base class for AsyncJobRunner
AsyncJobException: Exception thrown by an AsyncJob
AsyncJobInterruptedException: Exception thrown by an AsyncJob
AsyncJobRunner: Something that runs AsyncJobs
AsyncJobListener: AsyncJob related listeners
| Home | Contact Us | Privacy Policy | Terms of Service |