Modifier and Type | Method | Description |
---|---|---|
void |
attachProtocol(Protocol p) |
|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
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
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
public TCP()
public TCP(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class TP
public int getOpenConnections()
getOpenConnections
in interface TCPMBean
public java.lang.String getBindAddr()
getBindAddr
in interface TCPMBean
public void setBindAddr(java.lang.String bind_addr)
setBindAddr
in interface TCPMBean
public int getStartPort()
getStartPort
in interface TCPMBean
public void setStartPort(int start_port)
setStartPort
in interface TCPMBean
public int getEndPort()
getEndPort
in interface TCPMBean
public void setEndPort(int end_port)
setEndPort
in interface TCPMBean
public long getReaperInterval()
getReaperInterval
in interface TCPMBean
public void setReaperInterval(long reaper_interval)
setReaperInterval
in interface TCPMBean
public long getConnExpireTime()
getConnExpireTime
in interface TCPMBean
public void setConnExpireTime(long conn_expire_time)
setConnExpireTime
in interface TCPMBean
public java.lang.String printConnections()
printConnections
in interface TCPMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.