org.jgroups.jmx.protocols
Class UNICAST

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

public class UNICAST
extends Protocol
implements UNICASTMBean

Version:
$Id: UNICAST.java,v 1.8.6.1 2009/04/15 07:18:45 belaban Exp $
Author:
Bela Ban

Constructor Summary
UNICAST()
           
UNICAST(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 long getAcksReceived()
           
 long getAcksSent()
           
 int getAgeOutCacheSize()
           
 long getBytesReceived()
           
 long getBytesSent()
           
 java.lang.String getLocalAddress()
           
 long getMaxRetransmitTime()
           
 java.lang.String getMembers()
           
 long getMessagesReceived()
           
 long getMessagesSent()
           
 int getNumberOfMessagesInReceiveWindows()
           
 int getNumUnackedMessages()
           
 java.lang.String getUnackedMessages()
           
 long getXmitRequestsReceived()
           
 java.lang.String printAgeOutCache()
           
 java.lang.String printConnections()
           
 void setMaxRetransmitTime(long max_retransmit_time)
           
 
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

UNICAST

public UNICAST()

UNICAST

public UNICAST(Protocol p)
Method Detail

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

getMaxRetransmitTime

public long getMaxRetransmitTime()
Specified by:
getMaxRetransmitTime in interface UNICASTMBean

setMaxRetransmitTime

public void setMaxRetransmitTime(long max_retransmit_time)
Specified by:
setMaxRetransmitTime in interface UNICASTMBean

getAgeOutCacheSize

public int getAgeOutCacheSize()
Specified by:
getAgeOutCacheSize in interface UNICASTMBean

printAgeOutCache

public java.lang.String printAgeOutCache()
Specified by:
printAgeOutCache in interface UNICASTMBean


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