|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.components.hsqldb.ServerImpl
This class runs an instance of the HSQLDB HSQL protocol network database server.
Constructor Summary | |
ServerImpl()
|
Method Summary | |
void |
destroy()
Destroy the server and release everything. |
Log |
getLogger()
|
org.hsqldb.Server |
getServer()
|
void |
init()
Initialize the ServerImpl. |
void |
run()
Run the server |
void |
setDatabases(Properties p)
|
void |
setLogger(Log l)
|
void |
setPort(int p)
|
void |
setRunnableManager(org.apache.cocoon.thread.RunnableManager runnableManager)
|
void |
setServletContext(ServletContext c)
|
void |
setSilent(boolean silent)
|
void |
setThreadPoolName(String name)
|
void |
setTrace(boolean trace)
|
protected void |
start()
Start the server. |
protected void |
stop()
Stop the server. |
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 Log getLogger()
public void setLogger(Log l)
public org.hsqldb.Server getServer()
public void setThreadPoolName(String name)
public void setDatabases(Properties p)
public void setPort(int p)
public void setSilent(boolean silent)
public void setTrace(boolean trace)
public void setServletContext(ServletContext c)
public void setRunnableManager(org.apache.cocoon.thread.RunnableManager runnableManager)
public void init()
public void destroy()
protected void start()
protected void stop()
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |