org.jgroups.jmx.protocols
Interface UNICASTMBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- UNICAST
- public interface UNICASTMBean
- extends ProtocolMBean
- Version:
- $Id: UNICASTMBean.java,v 1.7 2005/08/26 14:19:09 belaban Exp $
- Author:
- Bela Ban
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
getLocalAddress
public java.lang.String getLocalAddress()
getMembers
public java.lang.String getMembers()
printConnections
public java.lang.String printConnections()
getMessagesSent
public long getMessagesSent()
getMessagesReceived
public long getMessagesReceived()
getBytesSent
public long getBytesSent()
getBytesReceived
public long getBytesReceived()
getAcksSent
public long getAcksSent()
getAcksReceived
public long getAcksReceived()
getXmitRequestsReceived
public long getXmitRequestsReceived()
getUnackedMessages
public int getUnackedMessages()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.