|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 ContextualizableContextException
public void parameterize(Parameters params)
throws ParameterException
parameterize in interface ParameterizableParameterException
public void service(ServiceManager serviceManager)
throws ServiceException
service in interface ServiceableserviceManager - The <@link ServiceManager} instance
ServiceException - In case we cannot find a service neededpublic void start()
start in interface Startablepublic void stop()
stop in interface Startablepublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||