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 boolean
failed()
Throwable
getException()
org.kie.api.executor.RequestInfo
getJob()
String
toString()
-
-
-
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:
getJob
in interfaceAsynchronousJobEvent
-
failed
public boolean failed()
- Specified by:
failed
in interfaceAsynchronousJobEvent
-
getException
public Throwable getException()
- Specified by:
getException
in interfaceAsynchronousJobEvent
-
-