Package 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.2 2007/01/10 19:38:18 smarlownovell Exp $
- Author:
- Scott Marlow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getProcessorKeepAliveTime()
int
getProcessorMaxThreads()
int
getProcessorMinThreads()
int
getProcessorQueueSize()
int
getProcessorThreads()
int
getReaderThreads()
int
getWriterThreads()
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
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, 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
-
-
-
-
Method Detail
-
getReaderThreads
int getReaderThreads()
-
getWriterThreads
int getWriterThreads()
-
getProcessorThreads
int getProcessorThreads()
-
getProcessorMinThreads
int getProcessorMinThreads()
-
getProcessorMaxThreads
int getProcessorMaxThreads()
-
getProcessorQueueSize
int getProcessorQueueSize()
-
getProcessorKeepAliveTime
long getProcessorKeepAliveTime()
-
-