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

Method Summary
 int getControllerThreadPriority()
           
 int getReadTries()
           
 String getThreadNamePrefix()
           
 int getThreadPoolSize()
           
 int getThreadPriority()
           
 boolean isStarted()
           
 void setControllerThreadPriority(int newPriority)
           
 void setReadTries(int readTries)
           
 void setThreadNamePrefix(String threadNamePrefix)
           
 void setThreadPoolSize(int newSize)
           
 void setThreadPriority(int newPriority)
           
 void start()
           
 void stop()
           
 

Method Detail

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-2008 Trustin Lee. All Rights Reserved.