Class FRAG
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FRAG
- All Implemented Interfaces:
ProtocolMBean, FRAGMBean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
FRAG
public FRAG() -
FRAG
-
-
Method Details
-
attachProtocol
- 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
-