org.apache.openejb.test.beans
Class TimerSyncBean

java.lang.Object
  extended by org.apache.openejb.test.beans.TimerSyncBean
All Implemented Interfaces:
TimerSync

public class TimerSyncBean
extends java.lang.Object
implements TimerSync


Constructor Summary
TimerSyncBean()
           
 
Method Summary
 void countDown(java.lang.String name)
           
 boolean waitFor(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerSyncBean

public TimerSyncBean()
Method Detail

waitFor

public boolean waitFor(java.lang.String name)
Specified by:
waitFor in interface TimerSync

countDown

public void countDown(java.lang.String name)
Specified by:
countDown in interface TimerSync


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.