Class TCP_NIO
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.TP
org.jgroups.jmx.protocols.TCP
org.jgroups.jmx.protocols.TCP_NIO
- All Implemented Interfaces:
ProtocolMBean, TCP_NIOMBean, TCPMBean, TPMBean
- Version:
- $Id: TCP_NIO.java,v 1.3 2007/07/10 13:02:50 belaban Exp $
- Author:
- Scott Marlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlongintintintintintintMethods inherited from class TCP
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPortMethods inherited from class TP
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, setOOBMinPoolSizeMethods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from interface TCPMBean
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPortMethods inherited from interface 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
-
Constructor Details
-
TCP_NIO
public TCP_NIO() -
TCP_NIO
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classTCP
-
getReaderThreads
public int getReaderThreads()- Specified by:
getReaderThreadsin interfaceTCP_NIOMBean
-
getWriterThreads
public int getWriterThreads()- Specified by:
getWriterThreadsin interfaceTCP_NIOMBean
-
getProcessorThreads
public int getProcessorThreads()- Specified by:
getProcessorThreadsin interfaceTCP_NIOMBean
-
getProcessorMinThreads
public int getProcessorMinThreads()- Specified by:
getProcessorMinThreadsin interfaceTCP_NIOMBean
-
getProcessorMaxThreads
public int getProcessorMaxThreads()- Specified by:
getProcessorMaxThreadsin interfaceTCP_NIOMBean
-
getProcessorQueueSize
public int getProcessorQueueSize()- Specified by:
getProcessorQueueSizein interfaceTCP_NIOMBean
-
getProcessorKeepAliveTime
public long getProcessorKeepAliveTime()- Specified by:
getProcessorKeepAliveTimein interfaceTCP_NIOMBean
-