|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.startup.Catalina | +--org.apache.catalina.startup.CatalinaService
Startup/Shutdown shell program for Catalina. The following command line options are recognized:
クラス org.apache.catalina.startup.Catalina から継承したフィールド |
configFile, debug, parentClassLoader, server, starting, stopping, useNaming |
コンストラクタの概要 | |
CatalinaService()
|
メソッドの概要 | |
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 |
start()
Start a new server instance. |
void |
stop()
Stop an existing server instance. |
クラス org.apache.catalina.startup.Catalina から継承したメソッド |
configFile, createContextCommon, createStartMapper, createStartMapperContext, createStartMapperDefaultContext, createStopMapper, main, process, setCatalinaBase, setCatalinaHome, setParentClassLoader, setServer, usage |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public CatalinaService()
メソッドの詳細 |
protected boolean arguments(java.lang.String[] args)
true
if we should continue processing; otherwise
return false
.Catalina
内の arguments
args
- Command line arguments to processprotected void execute() throws java.lang.Exception
Catalina
内の execute
public void load()
public void start()
Catalina
内の start
public void stop()
Catalina
内の stop
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |