org.ow2.bonita.pvm.internal.jobexecutor
Class JobAddedNotification
java.lang.Object
org.ow2.bonita.pvm.internal.jobexecutor.JobAddedNotification
- All Implemented Interfaces:
- javax.transaction.Synchronization
public class JobAddedNotification
- extends java.lang.Object
- implements javax.transaction.Synchronization
listener that can be registered as a listener to the transaction to notify
the jobImpl executor of added jobs so that the dispatcher thread can wake up.
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JobAddedNotification
public JobAddedNotification(JobExecutor jobExecutor)
afterCompletion
public void afterCompletion(int arg0)
- Specified by:
afterCompletion
in interface javax.transaction.Synchronization
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion
in interface javax.transaction.Synchronization
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009 OW2 Consortium. All Rights Reserved.