org.jgroups.jmx.protocols

Interface TCPMBean

All Superinterfaces:
ProtocolMBean, TPMBean
Known Subinterfaces:
TCP_NIOMBean
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

InetAddress
getBindAddr()
long
getConnExpireTime()
int
getEndPort()
int
getOpenConnections()
long
getReaperInterval()
int
getStartPort()
String
printConnections()
void
setBindAddr(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.ProtocolMBean

create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop

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

Method Details

getBindAddr

public InetAddress getBindAddr()

getConnExpireTime

public long getConnExpireTime()

getEndPort

public int getEndPort()

getOpenConnections

public int getOpenConnections()

getReaperInterval

public long getReaperInterval()

getStartPort

public int getStartPort()

printConnections

public String printConnections()

setBindAddr

public void setBindAddr(InetAddress bind_addr)

setConnExpireTime

public void setConnExpireTime(long conn_expire_time)

setEndPort

public void setEndPort(int end_port)

setReaperInterval

public void setReaperInterval(long reaper_interval)

setStartPort

public void setStartPort(int start_port)

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.