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.3 2006/10/02 06:47:53 belaban Exp $
Author:
Bela Ban

Method Summary
 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)
           
 
Methods inherited from interface org.jgroups.jmx.protocols.TPMBean
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
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
 

Method Detail

getOpenConnections

int getOpenConnections()

getBindAddr

java.lang.String getBindAddr()

setBindAddr

void setBindAddr(java.lang.String bind_addr)

getStartPort

int getStartPort()

setStartPort

void setStartPort(int start_port)

getEndPort

int getEndPort()

setEndPort

void setEndPort(int end_port)

getReaperInterval

long getReaperInterval()

setReaperInterval

void setReaperInterval(long reaper_interval)

getConnExpireTime

long getConnExpireTime()

setConnExpireTime

void setConnExpireTime(long conn_expire_time)

printConnections

java.lang.String printConnections()


Copyright © 1998-2008 Bela Ban. All Rights Reserved.