org.apache.directory.daemon
Class Bootstrapper
java.lang.Object
org.apache.directory.daemon.Bootstrapper
- Direct Known Subclasses:
- JsvcBootstrapper, MainBootstrapper, ProcrunBootstrapper, TanukiBootstrapper
public class Bootstrapper
- extends Object
The base bootstrapper extended by all frameworks and java applications.
- Version:
- $Rev: 572206 $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_CLASS_PROP
public static final String START_CLASS_PROP
- See Also:
- Constant Field Values
STOP_CLASS_PROP
public static final String STOP_CLASS_PROP
- See Also:
- Constant Field Values
Bootstrapper
public Bootstrapper()
setInstallationLayout
public void setInstallationLayout(String installationBase)
setParentLoader
public void setParentLoader(ClassLoader parentLoader)
callInit
public void callInit(String[] args)
callStart
public void callStart()
callStop
public void callStop(String[] args)
callDestroy
public void callDestroy()
shift
public static String[] shift(String[] args,
int amount)
sendShutdownCommand
public void sendShutdownCommand()
throws IOException
- Throws:
IOException
waitForShutdown
public void waitForShutdown()
- Wait until a proper shutdown command is received, then return.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.