wt.workflow.engine
Class StandardWfEngineService.SendNotification

java.lang.Object
  extended bywt.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.


Field Summary
private  Timestamp eventTime
           
private  Exception exception
           
private  WfExecutionObject obj
           
 
Constructor Summary
StandardWfEngineService.SendNotification(WfExecutionObject obj, Exception exception, Timestamp event_time)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

private WfExecutionObject obj

exception

private Exception exception

eventTime

private Timestamp eventTime
Constructor Detail

StandardWfEngineService.SendNotification

public StandardWfEngineService.SendNotification(WfExecutionObject obj,
                                                Exception exception,
                                                Timestamp event_time)
Method Detail

run

public void run()
Specified by:
run in interface Runnable