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
public void start()
throws IOException
- Throws:
IOException
stop
public void stop()
isStarted
public boolean isStarted()
getThreadPoolSize
public int getThreadPoolSize()
setThreadPoolSize
public void setThreadPoolSize(int newSize)
getControllerThreadPriority
public int getControllerThreadPriority()
setControllerThreadPriority
public void setControllerThreadPriority(int newPriority)
getThreadPriority
public int getThreadPriority()
setThreadPriority
public void setThreadPriority(int newPriority)
getReadTries
public int getReadTries()
setReadTries
public void setReadTries(int readTries)
getThreadNamePrefix
public String getThreadNamePrefix()
setThreadNamePrefix
public void setThreadNamePrefix(String threadNamePrefix)
Copyright © 2004-2007 Trustin Lee. All Rights Reserved.