net.sf.ehcache.distribution.jgroups.jmx
Class NullJGroupsCacheReceiverStats

java.lang.Object
  extended by net.sf.ehcache.distribution.jgroups.jmx.NullJGroupsCacheReceiverStats
All Implemented Interfaces:
JGroupsCacheReceiverStatsCounter

public final class NullJGroupsCacheReceiverStats
extends Object
implements JGroupsCacheReceiverStatsCounter

Implementation that does nothing

Author:
Eric Dalquist

Constructor Summary
NullJGroupsCacheReceiverStats()
           
 
Method Summary
 void countBootstrapComplete()
          noop
 void countBootstrapIncomplete()
          noop
 void countBootstrapRequest()
          noop
 void countBootstrapResponse()
          noop
 void countPut()
          noop
 void countRemoveAll()
          noop
 void countRemoveExisting()
          noop
 void countRemoveNotExisting()
          noop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullJGroupsCacheReceiverStats

public NullJGroupsCacheReceiverStats()
Method Detail

countRemoveAll

public void countRemoveAll()
noop

Specified by:
countRemoveAll in interface JGroupsCacheReceiverStatsCounter

countRemoveExisting

public void countRemoveExisting()
noop

Specified by:
countRemoveExisting in interface JGroupsCacheReceiverStatsCounter

countRemoveNotExisting

public void countRemoveNotExisting()
noop

Specified by:
countRemoveNotExisting in interface JGroupsCacheReceiverStatsCounter

countPut

public void countPut()
noop

Specified by:
countPut in interface JGroupsCacheReceiverStatsCounter

countBootstrapRequest

public void countBootstrapRequest()
noop

Specified by:
countBootstrapRequest in interface JGroupsCacheReceiverStatsCounter

countBootstrapComplete

public void countBootstrapComplete()
noop

Specified by:
countBootstrapComplete in interface JGroupsCacheReceiverStatsCounter

countBootstrapIncomplete

public void countBootstrapIncomplete()
noop

Specified by:
countBootstrapIncomplete in interface JGroupsCacheReceiverStatsCounter

countBootstrapResponse

public void countBootstrapResponse()
noop

Specified by:
countBootstrapResponse in interface JGroupsCacheReceiverStatsCounter


Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.