|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.server.ServiceManager
public class ServiceManager
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()
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 |
---|
public static ServiceManager getManager()
public void init() throws java.lang.Exception
java.lang.Exception
public void start() throws ServiceException
ServiceException
public void stop() throws ServiceException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |