org.openejb.server
Class ServiceManager

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

public class ServiceManager
extends java.lang.Object

This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels.

To perform this task, this class will newInstance() init( port, properties) start() stop()

Author:
David Blevins

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

Method Detail

getManager

public static ServiceManager getManager()

init

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

start

public void start()
           throws ServiceException
Throws:
ServiceException

stop

public void stop()
          throws ServiceException
Throws:
ServiceException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.