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.7.10.2 2007/04/24 08:26:05 belaban Exp $
Author:
Bela Ban

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

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


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