org.apache.directory.daemon
Class ProcrunBootstrapper

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

public class ProcrunBootstrapper
extends Bootstrapper

The bootstrapper used for procrun services on windows platforms. This class contains static methods invoked by the prunsrv service 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
ProcrunBootstrapper()
           
 
Method Summary
static void prunsrvStart(String[] args)
           
static void prunsrvStop(String[] args)
           
 
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

ProcrunBootstrapper

public ProcrunBootstrapper()
Method Detail

prunsrvStart

public static void prunsrvStart(String[] args)

prunsrvStop

public static void prunsrvStop(String[] args)


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