Package org.jgroups.jmx.protocols
Class FRAG
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, 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
-
FRAG
public FRAG()
-
FRAG
public FRAG(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- 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
-
-