org.apache.openejb.server
Class SimpleServiceManager

java.lang.Object
  extended by org.apache.openejb.server.ServiceManager
      extended by org.apache.openejb.server.SimpleServiceManager

public class SimpleServiceManager
extends ServiceManager

Version:
$Rev$ $Date$

Nested Class Summary
static class SimpleServiceManager.ServiceFinder
           
 
Constructor Summary
SimpleServiceManager()
           
 
Method Summary
 void init()
           
 void start(boolean block)
           
 void stop()
           
 
Methods inherited from class org.apache.openejb.server.ServiceManager
get, getManager, initServer, initServers, setServiceManager, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServiceManager

public SimpleServiceManager()
Method Detail

init

public void init()
          throws java.lang.Exception
Specified by:
init in class ServiceManager
Throws:
java.lang.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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.