org.jgroups.jmx.protocols

Class TP

public class TP extends Protocol implements TPMBean

Version: $Id: TP.java,v 1.5 2005/11/09 17:42:25 belaban Exp $

Author: Bela Ban

Constructor Summary
TP()
TP(Protocol p)
Method Summary
voidattachProtocol(Protocol p)
StringgetBindAddress()
longgetBytesReceived()
longgetBytesSent()
StringgetChannelName()
intgetIncomingQueueSize()
AddressgetLocalAddress()
intgetMaxBundleSize()
longgetMaxBundleTimeout()
longgetMessagesReceived()
longgetMessagesSent()
intgetOutgoingQueueMaxSize()
intgetOutgoingQueueSize()
ListgetReceiveInterfaces()
ListgetSendInterfaces()
booleanisDiscardIncompatiblePackets()
booleanisEnableBundling()
booleanisLoopback()
booleanisReceiveOnAllInterfaces()
booleanisSendOnAllInterfaces()
booleanisUseIncomingPacketHandler()
booleanisUseOutgoungPacketHandler()
voidsetBindAddress(String bind_address)
voidsetDiscardIncompatiblePackets(boolean flag)
voidsetEnableBundling(boolean flag)
voidsetLoopback(boolean b)
voidsetMaxBundleSize(int size)
voidsetMaxBundleTimeout(long timeout)
voidsetOutgoingQueueMaxSize(int new_size)

Constructor Detail

TP

public TP()

TP

public TP(Protocol p)

Method Detail

attachProtocol

public void attachProtocol(Protocol p)

getBindAddress

public String getBindAddress()

getBytesReceived

public long getBytesReceived()

getBytesSent

public long getBytesSent()

getChannelName

public String getChannelName()

getIncomingQueueSize

public int getIncomingQueueSize()

getLocalAddress

public Address getLocalAddress()

getMaxBundleSize

public int getMaxBundleSize()

getMaxBundleTimeout

public long getMaxBundleTimeout()

getMessagesReceived

public long getMessagesReceived()

getMessagesSent

public long getMessagesSent()

getOutgoingQueueMaxSize

public int getOutgoingQueueMaxSize()

getOutgoingQueueSize

public int getOutgoingQueueSize()

getReceiveInterfaces

public List getReceiveInterfaces()

getSendInterfaces

public List getSendInterfaces()

isDiscardIncompatiblePackets

public boolean isDiscardIncompatiblePackets()

isEnableBundling

public boolean isEnableBundling()

isLoopback

public boolean isLoopback()

isReceiveOnAllInterfaces

public boolean isReceiveOnAllInterfaces()

isSendOnAllInterfaces

public boolean isSendOnAllInterfaces()

isUseIncomingPacketHandler

public boolean isUseIncomingPacketHandler()

isUseOutgoungPacketHandler

public boolean isUseOutgoungPacketHandler()

setBindAddress

public void setBindAddress(String bind_address)

setDiscardIncompatiblePackets

public void setDiscardIncompatiblePackets(boolean flag)

setEnableBundling

public void setEnableBundling(boolean flag)

setLoopback

public void setLoopback(boolean b)

setMaxBundleSize

public void setMaxBundleSize(int size)

setMaxBundleTimeout

public void setMaxBundleTimeout(long timeout)

setOutgoingQueueMaxSize

public void setOutgoingQueueMaxSize(int new_size)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.