org.jbpm.pvm.internal.jobexecutor
Class JobAddedNotification
java.lang.Object
org.jbpm.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 job 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 status)
- 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 © 2010 JBoss Community. All Rights Reserved.