org.apache.directory.server
Class Service

java.lang.Object
  extended by org.apache.directory.server.Service

public class Service
extends java.lang.Object

DirectoryServer bean used by both the daemon code and by the ServerMain here.

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

Field Summary
static java.lang.String BANNER
           
 
Constructor Summary
Service()
           
 
Method Summary
 void destroy()
           
 void init(InstallationLayout install, java.lang.String[] args)
           
static void printBanner()
           
 void start()
           
 void stop(java.lang.String[] args)
           
 void synch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER

public static final java.lang.String BANNER
See Also:
Constant Field Values
Constructor Detail

Service

public Service()
Method Detail

init

public void init(InstallationLayout install,
                 java.lang.String[] args)
          throws java.lang.Exception
Throws:
java.lang.Exception

synch

public void synch()
           throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()

stop

public void stop(java.lang.String[] args)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()

printBanner

public static void printBanner()