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 voidattachProtocol(Protocol p)intgetFragSize()longgetNumberOfReceivedFragments()longgetNumberOfReceivedMessages()longgetNumberOfSentFragments()longgetNumberOfSentMessages()voidsetFragSize(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:
attachProtocolin classProtocol
-
getFragSize
public int getFragSize()
- Specified by:
getFragSizein interfaceFRAGMBean
-
setFragSize
public void setFragSize(int s)
- Specified by:
setFragSizein interfaceFRAGMBean
-
getNumberOfSentMessages
public long getNumberOfSentMessages()
- Specified by:
getNumberOfSentMessagesin interfaceFRAGMBean
-
getNumberOfSentFragments
public long getNumberOfSentFragments()
- Specified by:
getNumberOfSentFragmentsin interfaceFRAGMBean
-
getNumberOfReceivedMessages
public long getNumberOfReceivedMessages()
- Specified by:
getNumberOfReceivedMessagesin interfaceFRAGMBean
-
getNumberOfReceivedFragments
public long getNumberOfReceivedFragments()
- Specified by:
getNumberOfReceivedFragmentsin interfaceFRAGMBean
-
-