org.jgroups.jmx.protocols
public class TP extends Protocol implements TPMBean
Version: $Id: TP.java,v 1.5 2005/11/09 17:42:25 belaban Exp $
| Constructor Summary | |
|---|---|
| TP() | |
| TP(Protocol p) | |
| Method Summary | |
|---|---|
| void | attachProtocol(Protocol p) |
| 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) |