Package org.apache.unomi.shell.services
Interface UnomiManagementService
-
- All Known Implementing Classes:
UnomiManagementServiceImpl
public interface UnomiManagementService
This service provide method to manage unomi- Author:
- dgaillard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startUnomi()
This method will start Apache Unomivoid
stopUnomi()
This method will stop Apache Unomi
-
-
-
Method Detail
-
startUnomi
void startUnomi() throws org.osgi.framework.BundleException
This method will start Apache Unomi- Throws:
org.osgi.framework.BundleException
- if there was an error starting Unomi's bundles
-
stopUnomi
void stopUnomi() throws org.osgi.framework.BundleException
This method will stop Apache Unomi- Throws:
org.osgi.framework.BundleException
- if there was an error stopping Unomi's bundles
-
-