|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.hsqldb.ServerImpl
public class ServerImpl
This class runs an instance of the HSQLDB HSQL protocol network database server.
Field Summary |
---|
Fields inherited from interface org.apache.cocoon.components.hsqldb.Server |
---|
ROLE |
Constructor Summary | |
---|---|
ServerImpl()
|
Method Summary | |
---|---|
void |
contextualize(Context context)
Contextualize this class |
void |
parameterize(Parameters params)
Initialize the ServerImpl. |
void |
run()
Run the server |
void |
service(ServiceManager serviceManager)
|
void |
start()
Start the server |
void |
stop()
Stop the server |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerImpl()
Method Detail |
---|
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void parameterize(Parameters params) throws ParameterException
parameterize
in interface Parameterizable
ParameterException
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
serviceManager
- The <@link ServiceManager} instance
ServiceException
- In case we cannot find a service neededpublic void start()
start
in interface Startable
public void stop()
stop
in interface Startable
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |