OSMQ
v2.0.1

osmq.util
Class EventCounterImpl

java.lang.Object
  extended byosmq.util.EventCounterImpl
All Implemented Interfaces:
EventCounter

public class EventCounterImpl
extends java.lang.Object
implements EventCounter


Constructor Summary
EventCounterImpl()
           
 
Method Summary
 long getEventCount()
           
 void increment()
           
 void incrementBy(int value)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCounterImpl

public EventCounterImpl()
Method Detail

increment

public void increment()

incrementBy

public void incrementBy(int value)

reset

public void reset()

getEventCount

public long getEventCount()
Specified by:
getEventCount in interface EventCounter

(c) 2000 - 2003 MQue Systems
All Rights Reserved