org.ow2.orchestra.pvm.internal.jobexecutor
Class JobAddedNotification
java.lang.Object
org.ow2.orchestra.pvm.internal.jobexecutor.JobAddedNotification
- All Implemented Interfaces:
- Synchronization
public class JobAddedNotification
- extends Object
- implements 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
JobAddedNotification
public JobAddedNotification(JobExecutor jobExecutor)
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion in interface Synchronization
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion in interface Synchronization
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 OW2 Consortium. All Rights Reserved.