org.jgroups.jmx.protocols
Class FRAG2

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

public class FRAG2
extends Protocol
implements FRAG2MBean

Version:
$Id: FRAG2.java,v 1.1 2005/06/13 14:53:48 belaban Exp $
Author:
Bela Ban

Constructor Summary
FRAG2()
           
FRAG2(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 int getFragSize()
           
 long getNumberOfReceivedFragments()
           
 long getNumberOfReceivedMessages()
           
 long getNumberOfSentFragments()
           
 long getNumberOfSentMessages()
           
 int getOverhead()
           
 void setFragSize(int s)
           
 void setOverhead(int o)
           
 
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

FRAG2

public FRAG2()

FRAG2

public FRAG2(Protocol p)
Method Detail

attachProtocol

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

getFragSize

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

setFragSize

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

getOverhead

public int getOverhead()
Specified by:
getOverhead in interface FRAG2MBean

setOverhead

public void setOverhead(int o)
Specified by:
setOverhead in interface FRAG2MBean

getNumberOfSentMessages

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

getNumberOfSentFragments

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

getNumberOfReceivedMessages

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

getNumberOfReceivedFragments

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


Copyright © 1998-2008 Bela Ban. All Rights Reserved.