Uses of Class
org.apache.geronimo.common.Counter

Packages that use Counter
org.apache.geronimo.common Common utilities classes used by other modules. 
 

Uses of Counter in org.apache.geronimo.common
 

Methods in org.apache.geronimo.common that return Counter
static Counter Counter.makeSynchronized(Counter counter)
          Return a synchronized counter.
static Counter Counter.makeDirectional(Counter counter, boolean increasing)
          Returns a directional counter.
 

Methods in org.apache.geronimo.common with parameters of type Counter
static Counter Counter.makeSynchronized(Counter counter)
          Return a synchronized counter.
static Counter Counter.makeDirectional(Counter counter, boolean increasing)
          Returns a directional counter.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.