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

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

Uses of LongCounter in org.apache.geronimo.common
 

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

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



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