biz.onixs.fix.engine.util
Class TimedWaitSAdapter

java.lang.Object
  extended by biz.onixs.fix.engine.util.TimedWait
      extended by biz.onixs.fix.engine.util.TimedWaitSAdapter

public class TimedWaitSAdapter
extends TimedWait


Field Summary
 
Fields inherited from class biz.onixs.fix.engine.util.TimedWait
object_
 
Method Summary
 boolean condition()
          Hook method that needs to be implemented by subclasses.
 void count(int c)
           
 void decrement()
           
 void increment()
           
 
Methods inherited from class biz.onixs.fix.engine.util.TimedWait
broadcast, signal, timedWait, timedWait
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

condition

public boolean condition()
Description copied from class: TimedWait
Hook method that needs to be implemented by subclasses.

Specified by:
condition in class TimedWait

increment

public void increment()

decrement

public void decrement()

count

public void count(int c)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.