public interface TPMBean extends ProtocolMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindAddress() |
long |
getBytesReceived() |
long |
getBytesSent() |
java.lang.String |
getChannelName() |
int |
getIncomingQueueSize() |
Address |
getLocalAddress() |
int |
getMaxBundleSize() |
long |
getMaxBundleTimeout() |
long |
getMessagesReceived() |
long |
getMessagesSent() |
int |
getOutgoingQueueMaxSize() |
int |
getOutgoingQueueSize() |
java.util.List |
getReceiveInterfaces() |
java.util.List |
getSendInterfaces() |
boolean |
isDiscardIncompatiblePackets() |
boolean |
isEnableBundling() |
boolean |
isLoopback() |
boolean |
isReceiveOnAllInterfaces() |
boolean |
isSendOnAllInterfaces() |
boolean |
isUseIncomingPacketHandler() |
boolean |
isUseOutgoungPacketHandler() |
void |
setBindAddress(java.lang.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) |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
Address getLocalAddress()
java.lang.String getBindAddress()
java.lang.String getChannelName()
long getMessagesSent()
long getMessagesReceived()
long getBytesSent()
long getBytesReceived()
void setBindAddress(java.lang.String bind_address) throws java.net.UnknownHostException
java.net.UnknownHostException
boolean isReceiveOnAllInterfaces()
java.util.List getReceiveInterfaces()
boolean isSendOnAllInterfaces()
java.util.List getSendInterfaces()
boolean isDiscardIncompatiblePackets()
void setDiscardIncompatiblePackets(boolean flag)
boolean isEnableBundling()
void setEnableBundling(boolean flag)
int getMaxBundleSize()
void setMaxBundleSize(int size)
long getMaxBundleTimeout()
void setMaxBundleTimeout(long timeout)
int getOutgoingQueueSize()
int getIncomingQueueSize()
boolean isLoopback()
void setLoopback(boolean b)
boolean isUseIncomingPacketHandler()
boolean isUseOutgoungPacketHandler()
int getOutgoingQueueMaxSize()
void setOutgoingQueueMaxSize(int new_size)
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.