net.gleamynode.netty2
Interface IoProcessorMBean
- All Known Implementing Classes:
- IoProcessor
public interface IoProcessorMBean
JMX (Java Management
eXtenstions) support interface for IoProcessor
.
- Version:
- $Rev: 4 $, $Date: 2005-04-18 12:04:09 +0900 $
- Author:
- Trustin Lee (http://gleamynode.net/)
- See Also:
IoProcessor
start
void start()
throws IOException
- Throws:
IOException
stop
void stop()
isStarted
boolean isStarted()
getThreadPoolSize
int getThreadPoolSize()
setThreadPoolSize
void setThreadPoolSize(int newSize)
getControllerThreadPriority
int getControllerThreadPriority()
setControllerThreadPriority
void setControllerThreadPriority(int newPriority)
getThreadPriority
int getThreadPriority()
setThreadPriority
void setThreadPriority(int newPriority)
getReadTries
int getReadTries()
setReadTries
void setReadTries(int readTries)
getThreadNamePrefix
String getThreadNamePrefix()
setThreadNamePrefix
void setThreadNamePrefix(String threadNamePrefix)
Copyright © 2004-2010 Trustin Lee. All Rights Reserved.