org.jgroups.jmx.protocols
public interface TPMBean extends ProtocolMBean
Version: $Id: TPMBean.java,v 1.5 2005/11/09 17:42:52 belaban Exp $
Method Summary | |
---|---|
String | getBindAddress() |
long | getBytesReceived() |
long | getBytesSent() |
String | getChannelName() |
int | getIncomingQueueSize() |
Address | getLocalAddress() |
int | getMaxBundleSize() |
long | getMaxBundleTimeout() |
long | getMessagesReceived() |
long | getMessagesSent() |
int | getOutgoingQueueMaxSize() |
int | getOutgoingQueueSize() |
List | getReceiveInterfaces() |
List | getSendInterfaces() |
boolean | isDiscardIncompatiblePackets() |
boolean | isEnableBundling() |
boolean | isLoopback() |
boolean | isReceiveOnAllInterfaces() |
boolean | isSendOnAllInterfaces() |
boolean | isUseIncomingPacketHandler() |
boolean | isUseOutgoungPacketHandler() |
void | setBindAddress(String bind_address) |
void | setDiscardIncompatiblePackets(boolean flag) |
void | setEnableBundling(boolean flag) |
void | setLoopback(boolean b) |
void | setMaxBundleSize(int size) |
void | setMaxBundleTimeout(long timeout) |
void | setOutgoingQueueMaxSize(int new_size) |