org.apache.directory.server
Class Service
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BANNER
public static final java.lang.String BANNER
- See Also:
- Constant Field Values
Service
public Service()
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()