Package de.mhus.karaf.mongo.api
Interface MoManagerAdmin
-
public interface MoManagerAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddService(MoManagerService service)MoManagerServicegetService(String name)voidremoveService(MoManagerService service)
-
-
-
Method Detail
-
addService
void addService(MoManagerService service) throws Exception
- Throws:
Exception
-
removeService
void removeService(MoManagerService service)
-
getService
MoManagerService getService(String name) throws de.mhus.lib.errors.NotFoundException
- Throws:
de.mhus.lib.errors.NotFoundException
-
-