org.apache.catalina.startup
クラス CatalinaService

java.lang.Object
  |
  +--org.apache.catalina.startup.Catalina
        |
        +--org.apache.catalina.startup.CatalinaService

public class CatalinaService
extends Catalina

Startup/Shutdown shell program for Catalina. The following command line options are recognized:

Special version of the Catalina bootstrap, designed to be invoked with JNI, and designed to allow easier wrapping by system level components, which would otherwise be confused by the asychronous startup and shutdown Catalina uses. This class should be used to run Catalina as a system service under Windows NT and clones.

バージョン:
$Revision: 1.4 $ $Date: 2001/08/27 19:10:25 $
作成者:
Craig R. McClanahan, Remy Maucherat

クラス 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
 

コンストラクタの詳細

CatalinaService

public CatalinaService()
メソッドの詳細

arguments

protected boolean arguments(java.lang.String[] args)
Process the specified command line arguments, and return true if we should continue processing; otherwise return false.
オーバーライド:
クラス Catalina 内の arguments
パラメータ:
args - Command line arguments to process

execute

protected void execute()
                throws java.lang.Exception
Execute the processing that has been configured from the command line.
オーバーライド:
クラス Catalina 内の execute

load

public void load()
Start a new server instance.

start

public void start()
Start a new server instance.
オーバーライド:
クラス Catalina 内の start

stop

public void stop()
Stop an existing server instance.
オーバーライド:
クラス Catalina 内の stop


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.