wt.workflow.engine
Class StandardWfEngineService.SendNotification
java.lang.Object
wt.workflow.engine.StandardWfEngineService.SendNotification
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardWfEngineService
- class StandardWfEngineService.SendNotification
- extends Object
- implements Runnable
Runnable class that implements the sending of notification if exception occurs.
Needs to run in a different thread so it is not affected by rollbacks.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
obj
private WfExecutionObject obj
exception
private Exception exception
eventTime
private Timestamp eventTime
StandardWfEngineService.SendNotification
public StandardWfEngineService.SendNotification(WfExecutionObject obj,
Exception exception,
Timestamp event_time)
run
public void run()
- Specified by:
run
in interface Runnable