|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleService
A service to control and provide information about the currently-installed modules.
Method Summary | |
---|---|
java.util.List |
getAllModules()
Gets a list of all the modules currently installed. |
ModuleDetails |
getModule(java.lang.String moduleId)
Gets the module details for a given module id. |
void |
registerComponent(ModuleComponent component)
Register a component of a module for execution. |
void |
startModules()
Start all the modules. |
Method Detail |
---|
ModuleDetails getModule(java.lang.String moduleId)
moduleId
- a module id
java.util.List getAllModules()
void registerComponent(ModuleComponent component)
component
- the module component.void startModules()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |