|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.core.service.ServiceGroup
org.exolab.core.service.ServiceManager
public class ServiceManager
The ServiceManager is based on the singleton design pattern and is
responsible for managing a collection of Serviceable
objects.
All serviceable objects are named and no two sevices can have the same
name.
The ServiceManager singleton allows the client to manage a group of Serviceable entities.
BasicService
,
Service
,
ServiceGroup
,
Serviceable
Method Summary | |
---|---|
static ServiceManager |
instance()
Return the single instance of this class. |
Methods inherited from class org.exolab.core.service.ServiceGroup |
---|
add, getServiceByName, getServiceNames, remove, remove, removeAll, startAll, stopAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ServiceManager instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |