org.apache.openejb.server
Class SimpleServiceManager
java.lang.Object
org.apache.openejb.server.ServiceManager
org.apache.openejb.server.SimpleServiceManager
- Direct Known Subclasses:
- FilteredServiceManager
public class SimpleServiceManager
- extends ServiceManager
- Version:
- $Rev$ $Date$
| Methods inherited from class org.apache.openejb.server.ServiceManager |
accept, get, getManager, getObjectName, initServer, initServers, isEnabled, manage, register, setServiceManager, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleServiceManager
public SimpleServiceManager()
SimpleServiceManager
public SimpleServiceManager(ServiceFinder serviceFinder)
init
public void init()
throws Exception
- Specified by:
init in class ServiceManager
- Throws:
Exception
start
public void start(boolean block)
throws ServiceException
- Specified by:
start in class ServiceManager
- Throws:
ServiceException
stop
public void stop()
throws ServiceException
- Specified by:
stop in class ServiceManager
- Throws:
ServiceException
getDaemons
public ServerService[] getDaemons()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.