public interface IoProcessorMBean
IoProcessor.IoProcessor| Modifier and Type | Method and Description |
|---|---|
int |
getControllerThreadPriority() |
int |
getReadTries() |
java.lang.String |
getThreadNamePrefix() |
int |
getThreadPoolSize() |
int |
getThreadPriority() |
boolean |
isStarted() |
void |
setControllerThreadPriority(int newPriority) |
void |
setReadTries(int readTries) |
void |
setThreadNamePrefix(java.lang.String threadNamePrefix) |
void |
setThreadPoolSize(int newSize) |
void |
setThreadPriority(int newPriority) |
void |
start() |
void |
stop() |
void start()
throws java.io.IOException
java.io.IOExceptionvoid stop()
boolean isStarted()
int getThreadPoolSize()
void setThreadPoolSize(int newSize)
int getControllerThreadPriority()
void setControllerThreadPriority(int newPriority)
int getThreadPriority()
void setThreadPriority(int newPriority)
int getReadTries()
void setReadTries(int readTries)
java.lang.String getThreadNamePrefix()
void setThreadNamePrefix(java.lang.String threadNamePrefix)
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.