ProtocolMBean
, TPMBean
TCP_NIOMBean
public interface TCPMBean extends TPMBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBindAddr() |
|
long |
getConnExpireTime() |
|
int |
getEndPort() |
|
int |
getOpenConnections() |
|
long |
getReaperInterval() |
|
int |
getStartPort() |
|
java.lang.String |
printConnections() |
|
void |
setBindAddr(java.lang.String bind_addr) |
|
void |
setConnExpireTime(long conn_expire_time) |
|
void |
setEndPort(int end_port) |
|
void |
setReaperInterval(long reaper_interval) |
|
void |
setStartPort(int start_port) |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
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
int getOpenConnections()
java.lang.String getBindAddr()
void setBindAddr(java.lang.String bind_addr)
int getStartPort()
void setStartPort(int start_port)
int getEndPort()
void setEndPort(int end_port)
long getReaperInterval()
void setReaperInterval(long reaper_interval)
long getConnExpireTime()
void setConnExpireTime(long conn_expire_time)
java.lang.String printConnections()
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.