de.netseeker.ejoe.jmx
Interface EJServerConfigMBean
- All Known Implementing Classes:
- EJServerConfig
public interface EJServerConfigMBean
Simple MBean interface to support runtime configuration via JMX
- Since:
- 0.3.9.1
- Author:
- netseeker
isNonBlockingIO
boolean isNonBlockingIO()
setNonBlockingIO
void setNonBlockingIO(boolean isNonBlockingIO)
isPersistentConnections
boolean isPersistentConnections()
setPersistentConnections
void setPersistentConnections(boolean isPersistentConnections)
isHttpPackaging
boolean isHttpPackaging()
setHttpPackaging
void setHttpPackaging(boolean enable)
isCompression
boolean isCompression()
setCompression
void setCompression(boolean compression)
isRunning
boolean isRunning()
getMaxReadProcessors
int getMaxReadProcessors()
setMaxReadProcessors
void setMaxReadProcessors(int maxReadProcessors)
getMaxWriteProcessors
int getMaxWriteProcessors()
setMaxWriteProcessors
void setMaxWriteProcessors(int maxWriteProcessors)
stopEJServer
void stopEJServer()
startEJServer
void startEJServer()
restartEJServer
void restartEJServer()
Copyright © 2005-2007 netseeker. All Rights Reserved.