org.jgroups.jmx.protocols.pbcast
Class STATE_TRANSFER

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by org.jgroups.jmx.protocols.pbcast.STATE_TRANSFER
All Implemented Interfaces:
ProtocolMBean, STATE_TRANSFERMBean

public class STATE_TRANSFER
extends Protocol
implements STATE_TRANSFERMBean

Version:
$Id: STATE_TRANSFER.java,v 1.1 2005/06/14 08:36:50 belaban Exp $
Author:
Bela Ban

Constructor Summary
STATE_TRANSFER()
           
STATE_TRANSFER(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 double getAverageStateSize()
           
 long getNumberOfStateBytesSent()
           
 int getNumberOfStateRequests()
           
 
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
 

Constructor Detail

STATE_TRANSFER

public STATE_TRANSFER()

STATE_TRANSFER

public STATE_TRANSFER(Protocol p)
Method Detail

attachProtocol

public void attachProtocol(Protocol p)
Overrides:
attachProtocol in class Protocol

getNumberOfStateRequests

public int getNumberOfStateRequests()
Specified by:
getNumberOfStateRequests in interface STATE_TRANSFERMBean

getNumberOfStateBytesSent

public long getNumberOfStateBytesSent()
Specified by:
getNumberOfStateBytesSent in interface STATE_TRANSFERMBean

getAverageStateSize

public double getAverageStateSize()
Specified by:
getAverageStateSize in interface STATE_TRANSFERMBean


Copyright © 1998-2008 Bela Ban. All Rights Reserved.