|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.TP
org.jgroups.jmx.protocols.TCP
org.jgroups.jmx.protocols.TCP_NIO
Constructor Summary | |
TCP_NIO()
|
|
TCP_NIO(Protocol p)
|
Method Summary | |
void |
attachProtocol(Protocol p)
|
int |
getProcessorKeepAliveTime()
|
int |
getProcessorMaxThreads()
|
int |
getProcessorMinThreads()
|
int |
getProcessorQueueSize()
|
int |
getProcessorThreads()
|
int |
getReaderThreads()
|
int |
getWriterThreads()
|
Methods inherited from class org.jgroups.jmx.protocols.TCP |
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPort |
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.ProtocolMBean |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
Constructor Detail |
public TCP_NIO()
public TCP_NIO(Protocol p)
Method Detail |
public void attachProtocol(Protocol p)
attachProtocol
in class TCP
public int getReaderThreads()
getReaderThreads
in interface TCP_NIOMBean
public int getWriterThreads()
getWriterThreads
in interface TCP_NIOMBean
public int getProcessorThreads()
getProcessorThreads
in interface TCP_NIOMBean
public int getProcessorMinThreads()
getProcessorMinThreads
in interface TCP_NIOMBean
public int getProcessorMaxThreads()
getProcessorMaxThreads
in interface TCP_NIOMBean
public int getProcessorQueueSize()
getProcessorQueueSize
in interface TCP_NIOMBean
public int getProcessorKeepAliveTime()
getProcessorKeepAliveTime
in interface TCP_NIOMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |