public class AsynchronousJobEventImpl extends Object implements AsynchronousJobEvent
| Constructor and Description |
|---|
AsynchronousJobEventImpl(org.kie.api.executor.RequestInfo job,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failed() |
Throwable |
getException() |
org.kie.api.executor.RequestInfo |
getJob() |
String |
toString() |
public AsynchronousJobEventImpl(org.kie.api.executor.RequestInfo job,
Throwable exception)
public org.kie.api.executor.RequestInfo getJob()
getJob in interface AsynchronousJobEventpublic boolean failed()
failed in interface AsynchronousJobEventpublic Throwable getException()
getException in interface AsynchronousJobEventCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.