org.apache.catalina.startup
クラス BootstrapService

java.lang.Object
  |
  +--org.apache.catalina.startup.BootstrapService
すべての実装インタフェース:
org.apache.service.Service

public final class BootstrapService
extends java.lang.Object
implements org.apache.service.Service

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.7.2.1 $ $Date: 2001/09/21 15:59:56 $
作成者:
Craig R. McClanahan, Remy Maucherat

コンストラクタの概要
BootstrapService()
           
 
メソッドの概要
 void load(org.apache.service.ServiceController controller, java.lang.String[] arguments)
          Load the Catalina Service.
static void main(java.lang.String[] args)
          The main program for the bootstrap.
 void start()
          Start the Catalina Service.
 void stop()
          Stop the Catalina Service.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BootstrapService

public BootstrapService()
メソッドの詳細

load

public void load(org.apache.service.ServiceController controller,
                 java.lang.String[] arguments)
          throws java.lang.Throwable
Load the Catalina Service.
定義:
インタフェース org.apache.service.Service 内の load

start

public void start()
           throws java.lang.Throwable
Start the Catalina Service.
定義:
インタフェース org.apache.service.Service 内の start

stop

public void stop()
          throws java.lang.Throwable
Stop the Catalina Service.
定義:
インタフェース org.apache.service.Service 内の stop

main

public static void main(java.lang.String[] args)
The main program for the bootstrap.
パラメータ:
args - Command line arguments to be processed


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