|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV NEXT | ||||||||
Uses of Class
com.virtuosotechnologies.lib.asyncjob.AsyncJobException
| Uses of AsyncJobException in com.virtuosotechnologies.lib.asyncjob |
| Subclasses of AsyncJobException in com.virtuosotechnologies.lib.asyncjob | |
class |
AsyncJobInterruptedException
Exception thrown by an AsyncJob |
| Fields in com.virtuosotechnologies.lib.asyncjob declared as AsyncJobException | |
private AsyncJobException |
AsyncJobFailedEvent.exception_
|
private AsyncJobException |
AbstractAsyncJobRunner.ExecutionImpl.exception_
|
| Methods in com.virtuosotechnologies.lib.asyncjob that return AsyncJobException | |
AsyncJobException |
AsyncJobFailedEvent.getException()
Get the exception thrown |
AsyncJobException |
AsyncJobExecution.getException()
Get the job failure exception. |
AsyncJobException |
AbstractAsyncJobRunner.ExecutionImpl.getException()
Get the job failure exception. |
| Methods in com.virtuosotechnologies.lib.asyncjob with parameters of type AsyncJobException | |
boolean |
AsyncJob.interrupt(AsyncJobException exception)
Interrupt the job if it is currently running. |
boolean |
AbstractAsyncJob.interrupt(AsyncJobException exception)
Interrupt the job if it is currently running. |
| Methods in com.virtuosotechnologies.lib.asyncjob that throw AsyncJobException | |
java.lang.Object |
AsyncJob.run(AsyncJobProgressReporter reporter)
Run a job and report progress. |
| Constructors in com.virtuosotechnologies.lib.asyncjob with parameters of type AsyncJobException | |
AsyncJobFailedEvent(AsyncJobRunner runner,
AsyncJob job,
AsyncJobException exception)
Constructor |
|
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV NEXT | ||||||||