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

Method Summary
 int getMaxReadProcessors()
           
 int getMaxWriteProcessors()
           
 boolean isCompression()
           
 boolean isHttpPackaging()
           
 boolean isNonBlockingIO()
           
 boolean isPersistentConnections()
           
 boolean isRunning()
           
 void restartEJServer()
           
 void setCompression(boolean compression)
           
 void setHttpPackaging(boolean enable)
           
 void setMaxReadProcessors(int maxReadProcessors)
           
 void setMaxWriteProcessors(int maxWriteProcessors)
           
 void setNonBlockingIO(boolean isNonBlockingIO)
           
 void setPersistentConnections(boolean isPersistentConnections)
           
 void startEJServer()
           
 void stopEJServer()
           
 

Method Detail

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.