Package org.jgroups.jmx.protocols
Interface TCPMBean
- All Superinterfaces:
ProtocolMBean,TPMBean
- All Known Subinterfaces:
TCP_NIOMBean
- Version:
- $Id: TCPMBean.java,v 1.3 2006/10/02 06:47:53 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionlongintintlongintvoidsetBindAddr(String bind_addr) voidsetConnExpireTime(long conn_expire_time) voidsetEndPort(int end_port) voidsetReaperInterval(long reaper_interval) voidsetStartPort(int start_port) Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from interface org.jgroups.jmx.protocols.TPMBean
getBindAddress, getBytesReceived, getBytesSent, getChannelName, getIncomingKeepAliveTime, getIncomingMaxPoolSize, getIncomingMaxQueueSize, getIncomingMessages, getIncomingMinPoolSize, getIncomingPoolSize, getIncomingQueueSize, getLocalAddress, getMaxBundleSize, getMaxBundleTimeout, getMessagesReceived, getMessagesSent, getOOBKeepAliveTime, getOOBMaxPoolSize, getOOBMaxQueueSize, getOOBMessages, getOOBMinPoolSize, getOOBPoolSize, getOOBQueueSize, getReceiveInterfaces, getSendInterfaces, isDiscardIncompatiblePackets, isEnableBundling, isLoopback, isReceiveOnAllInterfaces, isSendOnAllInterfaces, isUseIncomingPacketHandler, setBindAddress, setDiscardIncompatiblePackets, setEnableBundling, setIncomingKeepAliveTime, setIncomingMaxPoolSize, setIncomingMinPoolSize, setLoopback, setMaxBundleSize, setMaxBundleTimeout, setOOBKeepAliveTime, setOOBMaxPoolSize, setOOBMinPoolSize
-
Method Details
-
getOpenConnections
int getOpenConnections() -
getBindAddr
String getBindAddr() -
setBindAddr
-
getStartPort
int getStartPort() -
setStartPort
void setStartPort(int start_port) -
getEndPort
int getEndPort() -
setEndPort
void setEndPort(int end_port) -
getReaperInterval
long getReaperInterval() -
setReaperInterval
void setReaperInterval(long reaper_interval) -
getConnExpireTime
long getConnExpireTime() -
setConnExpireTime
void setConnExpireTime(long conn_expire_time) -
printConnections
String printConnections()
-