|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the functionality of the service broker that is used only inside Genuine and not meant for public usage by modules.
Method Summary | |
void |
fetchServices(Module module,
org.jdom.Element servicesElement)
The service broker has to fetch all services defined by the given module and keep them internally for later access. |
void |
registerService(java.lang.Class serviceType,
Service service)
Manualy adds the given service. |
Methods inherited from interface net.sf.genuine.organizer.ServiceBroker |
getActiveServices, getService, getServices |
Method Detail |
public void registerService(java.lang.Class serviceType, Service service)
public void fetchServices(Module module, org.jdom.Element servicesElement) throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |