org.jgroups.jmx.protocols
Class FRAG

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by org.jgroups.jmx.protocols.FRAG
All Implemented Interfaces:
ProtocolMBean, FRAGMBean

public class FRAG
extends Protocol
implements FRAGMBean

Version:
$Id: FRAG.java,v 1.1 2005/06/13 14:29:28 belaban Exp $
Author:
Bela Ban

Constructor Summary
FRAG()
           
FRAG(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 int getFragSize()
           
 long getNumberOfReceivedFragments()
           
 long getNumberOfReceivedMessages()
           
 long getNumberOfSentFragments()
           
 long getNumberOfSentMessages()
           
 void setFragSize(int s)
           
 
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop
 

Constructor Detail

FRAG

public FRAG()

FRAG

public FRAG(Protocol p)
Method Detail

attachProtocol

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

getFragSize

public int getFragSize()
Specified by:
getFragSize in interface FRAGMBean

setFragSize

public void setFragSize(int s)
Specified by:
setFragSize in interface FRAGMBean

getNumberOfSentMessages

public long getNumberOfSentMessages()
Specified by:
getNumberOfSentMessages in interface FRAGMBean

getNumberOfSentFragments

public long getNumberOfSentFragments()
Specified by:
getNumberOfSentFragments in interface FRAGMBean

getNumberOfReceivedMessages

public long getNumberOfReceivedMessages()
Specified by:
getNumberOfReceivedMessages in interface FRAGMBean

getNumberOfReceivedFragments

public long getNumberOfReceivedFragments()
Specified by:
getNumberOfReceivedFragments in interface FRAGMBean


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.