Modifier and Type | Method and 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) |
getBindAddress, getBytesReceived, getBytesSent, getChannelName, getIncomingQueueSize, getLocalAddress, getMaxBundleSize, getMaxBundleTimeout, getMessagesReceived, getMessagesSent, getOutgoingQueueMaxSize, getOutgoingQueueSize, getReceiveInterfaces, getSendInterfaces, isDiscardIncompatiblePackets, isEnableBundling, isLoopback, isReceiveOnAllInterfaces, isSendOnAllInterfaces, isUseIncomingPacketHandler, isUseOutgoungPacketHandler, setBindAddress, setDiscardIncompatiblePackets, setEnableBundling, setLoopback, setMaxBundleSize, setMaxBundleTimeout, setOutgoingQueueMaxSize
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBindAddress, getBytesReceived, getBytesSent, getChannelName, getIncomingQueueSize, getLocalAddress, getMaxBundleSize, getMaxBundleTimeout, getMessagesReceived, getMessagesSent, getOutgoingQueueMaxSize, getOutgoingQueueSize, getReceiveInterfaces, getSendInterfaces, isDiscardIncompatiblePackets, isEnableBundling, isLoopback, isReceiveOnAllInterfaces, isSendOnAllInterfaces, isUseIncomingPacketHandler, isUseOutgoungPacketHandler, setBindAddress, setDiscardIncompatiblePackets, setEnableBundling, setLoopback, setMaxBundleSize, setMaxBundleTimeout, setOutgoingQueueMaxSize
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
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-2006 Bela Ban. All Rights Reserved.