org.jgroups.jmx.protocols
Interface TCP_NIOMBean

All Superinterfaces:
ProtocolMBean, TCPMBean, TPMBean
All Known Implementing Classes:
TCP_NIO

public interface TCP_NIOMBean
extends TCPMBean

Version:
$Id: TCP_NIOMBean.java,v 1.1 2005/11/22 13:58:18 smarlownovell Exp $
Author:
Scott Marlow

Method Summary
 int getProcessorKeepAliveTime()
           
 int getProcessorMaxThreads()
           
 int getProcessorMinThreads()
           
 int getProcessorQueueSize()
           
 int getProcessorThreads()
           
 int getReaderThreads()
           
 int getWriterThreads()
           
 
Methods inherited from interface org.jgroups.jmx.protocols.TCPMBean
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPort
 
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

getReaderThreads

public int getReaderThreads()

getWriterThreads

public int getWriterThreads()

getProcessorThreads

public int getProcessorThreads()

getProcessorMinThreads

public int getProcessorMinThreads()

getProcessorMaxThreads

public int getProcessorMaxThreads()

getProcessorQueueSize

public int getProcessorQueueSize()

getProcessorKeepAliveTime

public int getProcessorKeepAliveTime()


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