org.apache.openejb.server
Class ServiceManager

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

public class ServiceManager
extends Object

Version:
$Rev: 644919 $ $Date: 2008-04-04 23:01:42 +0200 (Fr, 04. Apr 2008) $

Nested Class Summary
static class ServiceManager.ServiceFinder
           
 
Constructor Summary
ServiceManager()
           
 
Method Summary
static ServiceManager getManager()
           
 void init()
           
 void start()
           
 void start(boolean block)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceManager

public ServiceManager()
Method Detail

getManager

public static ServiceManager getManager()

init

public void init()
          throws Exception
Throws:
Exception

start

public void start()
           throws ServiceException
Throws:
ServiceException

start

public void start(boolean block)
           throws ServiceException
Throws:
ServiceException

stop

public void stop()
          throws ServiceException
Throws:
ServiceException


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