org.apache.directory.daemon
Class JsvcBootstrapper

java.lang.Object
  extended by org.apache.directory.daemon.Bootstrapper
      extended by org.apache.directory.daemon.JsvcBootstrapper

public class JsvcBootstrapper
extends Bootstrapper

The bootstrapper used by the jsvc process manager.

Version:
$Rev: 434416 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.daemon.Bootstrapper
START_CLASS_PROP, STOP_CLASS_PROP
 
Constructor Summary
JsvcBootstrapper()
           
 
Method Summary
 void destroy()
           
 void init(String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.directory.daemon.Bootstrapper
callDestroy, callInit, callStart, callStop, sendShutdownCommand, setInstallationLayout, setParentLoader, shift, waitForShutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsvcBootstrapper

public JsvcBootstrapper()
Method Detail

init

public void init(String[] args)

start

public void start()

stop

public void stop()
          throws Exception
Throws:
Exception

destroy

public void destroy()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.