org.jgroups.jmx.protocols

Class UNICAST

public class UNICAST extends Protocol implements UNICASTMBean

Version: $Id: UNICAST.java,v 1.7 2005/08/26 14:19:09 belaban Exp $

Author: Bela Ban

Constructor Summary
UNICAST()
UNICAST(Protocol p)
Method Summary
voidattachProtocol(Protocol p)
longgetAcksReceived()
longgetAcksSent()
longgetBytesReceived()
longgetBytesSent()
StringgetLocalAddress()
StringgetMembers()
longgetMessagesReceived()
longgetMessagesSent()
intgetUnackedMessages()
longgetXmitRequestsReceived()
StringprintConnections()

Constructor Detail

UNICAST

public UNICAST()

UNICAST

public UNICAST(Protocol p)

Method Detail

attachProtocol

public void attachProtocol(Protocol p)

getAcksReceived

public long getAcksReceived()

getAcksSent

public long getAcksSent()

getBytesReceived

public long getBytesReceived()

getBytesSent

public long getBytesSent()

getLocalAddress

public String getLocalAddress()

getMembers

public String getMembers()

getMessagesReceived

public long getMessagesReceived()

getMessagesSent

public long getMessagesSent()

getUnackedMessages

public int getUnackedMessages()

getXmitRequestsReceived

public long getXmitRequestsReceived()

printConnections

public String printConnections()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.