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.2 2005/08/17 07:32:29 belaban Exp $
Author:
Bela Ban

Method Summary
 java.net.InetAddress getBindAddr()
           
 long getConnExpireTime()
           
 int getEndPort()
           
 int getOpenConnections()
           
 long getReaperInterval()
           
 int getStartPort()
           
 java.lang.String printConnections()
           
 void setBindAddr(java.net.InetAddress bind_addr)
           
 void setConnExpireTime(long conn_expire_time)
           
 void setEndPort(int end_port)
           
 void setReaperInterval(long reaper_interval)
           
 void setStartPort(int start_port)
           
 
Methods inherited from interface org.jgroups.jmx.protocols.TPMBean
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
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop
 

Method Detail

getOpenConnections

public int getOpenConnections()

getBindAddr

public java.net.InetAddress getBindAddr()

setBindAddr

public void setBindAddr(java.net.InetAddress bind_addr)

getStartPort

public int getStartPort()

setStartPort

public void setStartPort(int start_port)

getEndPort

public int getEndPort()

setEndPort

public void setEndPort(int end_port)

getReaperInterval

public long getReaperInterval()

setReaperInterval

public void setReaperInterval(long reaper_interval)

getConnExpireTime

public long getConnExpireTime()

setConnExpireTime

public void setConnExpireTime(long conn_expire_time)

printConnections

public java.lang.String printConnections()


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.