Class UNICAST
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.UNICAST
- All Implemented Interfaces:
ProtocolMBean, UNICASTMBean
- Version:
- $Id: UNICAST.java,v 1.8.6.1 2009/04/15 07:18:45 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonglongintlonglonglonglonglongintintlongvoidsetMaxRetransmitTime(long max_retransmit_time) 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
-
UNICAST
public UNICAST() -
UNICAST
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceUNICASTMBean
-
getMembers
- Specified by:
getMembersin interfaceUNICASTMBean
-
printConnections
- Specified by:
printConnectionsin interfaceUNICASTMBean
-
getMessagesSent
public long getMessagesSent()- Specified by:
getMessagesSentin interfaceUNICASTMBean
-
getMessagesReceived
public long getMessagesReceived()- Specified by:
getMessagesReceivedin interfaceUNICASTMBean
-
getBytesSent
public long getBytesSent()- Specified by:
getBytesSentin interfaceUNICASTMBean
-
getBytesReceived
public long getBytesReceived()- Specified by:
getBytesReceivedin interfaceUNICASTMBean
-
getAcksSent
public long getAcksSent()- Specified by:
getAcksSentin interfaceUNICASTMBean
-
getAcksReceived
public long getAcksReceived()- Specified by:
getAcksReceivedin interfaceUNICASTMBean
-
getXmitRequestsReceived
public long getXmitRequestsReceived()- Specified by:
getXmitRequestsReceivedin interfaceUNICASTMBean
-
getNumUnackedMessages
public int getNumUnackedMessages()- Specified by:
getNumUnackedMessagesin interfaceUNICASTMBean
-
getUnackedMessages
- Specified by:
getUnackedMessagesin interfaceUNICASTMBean
-
getNumberOfMessagesInReceiveWindows
public int getNumberOfMessagesInReceiveWindows()- Specified by:
getNumberOfMessagesInReceiveWindowsin interfaceUNICASTMBean
-
getMaxRetransmitTime
public long getMaxRetransmitTime()- Specified by:
getMaxRetransmitTimein interfaceUNICASTMBean
-
setMaxRetransmitTime
public void setMaxRetransmitTime(long max_retransmit_time) - Specified by:
setMaxRetransmitTimein interfaceUNICASTMBean
-
getAgeOutCacheSize
public int getAgeOutCacheSize()- Specified by:
getAgeOutCacheSizein interfaceUNICASTMBean
-
printAgeOutCache
- Specified by:
printAgeOutCachein interfaceUNICASTMBean
-