|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.startup.Catalina
org.apache.catalina.startup.CatalinaService
Startup/Shutdown shell program for Catalina. The following command line options are recognized:
Nested Class Summary |
Nested classes inherited from class org.apache.catalina.startup.Catalina |
Catalina.CatalinaShutdownHook |
Field Summary |
Fields inherited from class org.apache.catalina.startup.Catalina |
configFile, debug, parentClassLoader, server, starting, stopping, useNaming |
Constructor Summary | |
CatalinaService()
|
Method Summary | |
protected boolean |
arguments(java.lang.String[] args)
Process the specified command line arguments, and return true if we should continue processing; otherwise
return false . |
protected void |
execute()
Execute the processing that has been configured from the command line. |
void |
load()
Start a new server instance. |
void |
load(java.lang.String[] args)
|
void |
start()
Start a new server instance. |
void |
stop()
Stop an existing server instance. |
Methods inherited from class org.apache.catalina.startup.Catalina |
configFile, createStartDigester, createStopDigester, enableDigesterSubstitutor, main, process, setCatalinaBase, setCatalinaHome, setParentClassLoader, setServer, usage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalinaService()
Method Detail |
protected boolean arguments(java.lang.String[] args)
true
if we should continue processing; otherwise
return false
.
arguments
in class Catalina
args
- Command line arguments to processprotected void execute() throws java.lang.Exception
execute
in class Catalina
java.lang.Exception
public void load()
public void load(java.lang.String[] args)
public void start()
start
in class Catalina
public void stop()
stop
in class Catalina
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |