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 AsynchronousJobEvent
public boolean failed()
failed
in interface AsynchronousJobEvent
public Throwable getException()
getException
in interface AsynchronousJobEvent
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.