org.jgroups.jmx.protocols
Interface TCPMBean
- All Superinterfaces:
- ProtocolMBean, TPMBean
- All Known Subinterfaces:
- TCP_NIOMBean
- All Known Implementing Classes:
- TCP, TCP_NIO
public interface TCPMBean
- extends TPMBean
- Version:
- $Id: TCPMBean.java,v 1.3 2006/10/02 06:47:53 belaban Exp $
- Author:
- Bela Ban
Methods 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 |
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
getOpenConnections
int getOpenConnections()
getBindAddr
java.lang.String getBindAddr()
setBindAddr
void setBindAddr(java.lang.String bind_addr)
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
java.lang.String printConnections()
Copyright © 1998-2008 Bela Ban. All Rights Reserved.