Package org.jbpm.executor.impl.event
Class AsynchronousJobEventImpl
- java.lang.Object
-
- org.jbpm.executor.impl.event.AsynchronousJobEventImpl
-
- All Implemented Interfaces:
AsynchronousJobEvent
public class AsynchronousJobEventImpl extends Object implements AsynchronousJobEvent
-
-
Constructor Summary
Constructors Constructor Description AsynchronousJobEventImpl(org.kie.api.executor.RequestInfo job, Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfailed()ThrowablegetException()org.kie.api.executor.RequestInfogetJob()StringtoString()
-
-
-
Constructor Detail
-
AsynchronousJobEventImpl
public AsynchronousJobEventImpl(org.kie.api.executor.RequestInfo job, Throwable exception)
-
-
Method Detail
-
getJob
public org.kie.api.executor.RequestInfo getJob()
- Specified by:
getJobin interfaceAsynchronousJobEvent
-
failed
public boolean failed()
- Specified by:
failedin interfaceAsynchronousJobEvent
-
getException
public Throwable getException()
- Specified by:
getExceptionin interfaceAsynchronousJobEvent
-
-