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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
          extended bycom.virtuosotechnologies.lib.asyncjob.AsyncJobFailedEvent
All Implemented Interfaces:
java.io.Serializable

public class AsyncJobFailedEvent
extends AsyncJobEvent

An event sent to a listener when a job has failed


Field Summary
private  AsyncJobException exception_
           
 
Fields inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
(package private) AsyncJobFailedEvent(AsyncJobRunner runner, AsyncJob job, AsyncJobException exception)
          Constructor
 
Method Summary
 AsyncJobException getException()
          Get the exception thrown
 
Methods inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
getAsyncJob, getAsyncJobExecution, getAsyncJobRunner
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception_

private AsyncJobException exception_
Constructor Detail

AsyncJobFailedEvent

AsyncJobFailedEvent(AsyncJobRunner runner,
                    AsyncJob job,
                    AsyncJobException exception)
Constructor

Method Detail

getException

public AsyncJobException getException()
Get the exception thrown