org.ow2.orchestra.pvm.internal.jobexecutor
Class JobAddedNotification

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

Constructor Summary
JobAddedNotification(JobExecutor jobExecutor)
           
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobAddedNotification

public JobAddedNotification(JobExecutor jobExecutor)
Method Detail

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.