org.jconfig.server
Interface ConfigurationServerMBean
- All Known Implementing Classes:
- ConfigurationServer
- public interface ConfigurationServerMBean
- Author:
- Andreas Mecky andreasmecky@yahoo.de, Terry Dye terrydye@yahoo.com
setPort
public void setPort(int port)
getPort
public int getPort()
setDocumentRoot
public void setDocumentRoot(java.lang.String docRoot)
getDocumentRoot
public java.lang.String getDocumentRoot()
startServer
public void startServer()
stopServer
public void stopServer()
setDaemon
public void setDaemon(boolean isDaemon)
setStarted
public void setStarted(boolean shouldStart)
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.