Package org.jgroups.jmx.protocols
Class FRAG
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FRAG
- All Implemented Interfaces:
ProtocolMBean
,FRAGMBean
- Version:
- $Id: FRAG.java,v 1.1 2005/06/13 14:29:28 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
FRAG
public FRAG() -
FRAG
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocol
in classProtocol
-
getFragSize
public int getFragSize()- Specified by:
getFragSize
in interfaceFRAGMBean
-
setFragSize
public void setFragSize(int s) - Specified by:
setFragSize
in interfaceFRAGMBean
-
getNumberOfSentMessages
public long getNumberOfSentMessages()- Specified by:
getNumberOfSentMessages
in interfaceFRAGMBean
-
getNumberOfSentFragments
public long getNumberOfSentFragments()- Specified by:
getNumberOfSentFragments
in interfaceFRAGMBean
-
getNumberOfReceivedMessages
public long getNumberOfReceivedMessages()- Specified by:
getNumberOfReceivedMessages
in interfaceFRAGMBean
-
getNumberOfReceivedFragments
public long getNumberOfReceivedFragments()- Specified by:
getNumberOfReceivedFragments
in interfaceFRAGMBean
-