org.jgroups.jmx.protocols
Class UNICAST
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.UNICAST
- All Implemented Interfaces:
- ProtocolMBean, UNICASTMBean
public class UNICAST
- extends Protocol
- implements UNICASTMBean
- Version:
- $Id: UNICAST.java,v 1.7.10.2 2007/04/24 08:26:05 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop |
UNICAST
public UNICAST()
UNICAST
public UNICAST(Protocol p)
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in class Protocol
getLocalAddress
public java.lang.String getLocalAddress()
- Specified by:
getLocalAddress
in interface UNICASTMBean
getMembers
public java.lang.String getMembers()
- Specified by:
getMembers
in interface UNICASTMBean
printConnections
public java.lang.String printConnections()
- Specified by:
printConnections
in interface UNICASTMBean
getMessagesSent
public long getMessagesSent()
- Specified by:
getMessagesSent
in interface UNICASTMBean
getMessagesReceived
public long getMessagesReceived()
- Specified by:
getMessagesReceived
in interface UNICASTMBean
getBytesSent
public long getBytesSent()
- Specified by:
getBytesSent
in interface UNICASTMBean
getBytesReceived
public long getBytesReceived()
- Specified by:
getBytesReceived
in interface UNICASTMBean
getAcksSent
public long getAcksSent()
- Specified by:
getAcksSent
in interface UNICASTMBean
getAcksReceived
public long getAcksReceived()
- Specified by:
getAcksReceived
in interface UNICASTMBean
getXmitRequestsReceived
public long getXmitRequestsReceived()
- Specified by:
getXmitRequestsReceived
in interface UNICASTMBean
getNumUnackedMessages
public int getNumUnackedMessages()
- Specified by:
getNumUnackedMessages
in interface UNICASTMBean
getUnackedMessages
public java.lang.String getUnackedMessages()
- Specified by:
getUnackedMessages
in interface UNICASTMBean
getNumberOfMessagesInReceiveWindows
public int getNumberOfMessagesInReceiveWindows()
- Specified by:
getNumberOfMessagesInReceiveWindows
in interface UNICASTMBean
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.