Package org.jgroups.jmx.protocols
Interface TPMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Subinterfaces:
TCP_NIOMBean
,TCPMBean
,UDPMBean
public interface TPMBean extends ProtocolMBean
- Version:
- $Id: TPMBean.java,v 1.12 2007/07/02 11:15:21 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Method Detail
-
getLocalAddress
Address getLocalAddress()
-
getBindAddress
java.lang.String getBindAddress()
-
getChannelName
java.lang.String getChannelName()
-
getMessagesSent
long getMessagesSent()
-
getMessagesReceived
long getMessagesReceived()
-
getBytesSent
long getBytesSent()
-
getBytesReceived
long getBytesReceived()
-
setBindAddress
void setBindAddress(java.lang.String bind_address) throws java.net.UnknownHostException
- Throws:
java.net.UnknownHostException
-
isReceiveOnAllInterfaces
boolean isReceiveOnAllInterfaces()
-
getReceiveInterfaces
java.util.List getReceiveInterfaces()
-
isSendOnAllInterfaces
boolean isSendOnAllInterfaces()
-
getSendInterfaces
java.util.List getSendInterfaces()
-
isDiscardIncompatiblePackets
boolean isDiscardIncompatiblePackets()
-
setDiscardIncompatiblePackets
void setDiscardIncompatiblePackets(boolean flag)
-
isEnableBundling
boolean isEnableBundling()
-
setEnableBundling
void setEnableBundling(boolean flag)
-
getMaxBundleSize
int getMaxBundleSize()
-
setMaxBundleSize
void setMaxBundleSize(int size)
-
getMaxBundleTimeout
long getMaxBundleTimeout()
-
setMaxBundleTimeout
void setMaxBundleTimeout(long timeout)
-
isLoopback
boolean isLoopback()
-
setLoopback
void setLoopback(boolean b)
-
isUseIncomingPacketHandler
boolean isUseIncomingPacketHandler()
-
getOOBMinPoolSize
int getOOBMinPoolSize()
-
setOOBMinPoolSize
void setOOBMinPoolSize(int size)
-
getOOBMaxPoolSize
int getOOBMaxPoolSize()
-
setOOBMaxPoolSize
void setOOBMaxPoolSize(int size)
-
getOOBPoolSize
int getOOBPoolSize()
-
getOOBKeepAliveTime
long getOOBKeepAliveTime()
-
setOOBKeepAliveTime
void setOOBKeepAliveTime(long time)
-
getOOBMessages
long getOOBMessages()
-
getOOBQueueSize
int getOOBQueueSize()
-
getOOBMaxQueueSize
int getOOBMaxQueueSize()
-
getIncomingMinPoolSize
int getIncomingMinPoolSize()
-
setIncomingMinPoolSize
void setIncomingMinPoolSize(int size)
-
getIncomingMaxPoolSize
int getIncomingMaxPoolSize()
-
setIncomingMaxPoolSize
void setIncomingMaxPoolSize(int size)
-
getIncomingPoolSize
int getIncomingPoolSize()
-
getIncomingKeepAliveTime
long getIncomingKeepAliveTime()
-
setIncomingKeepAliveTime
void setIncomingKeepAliveTime(long time)
-
getIncomingMessages
long getIncomingMessages()
-
getIncomingQueueSize
int getIncomingQueueSize()
-
getIncomingMaxQueueSize
int getIncomingMaxQueueSize()
-
-