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
Modifier and TypeMethodDescriptionvoid
This method will start Apache Unomivoid
This method will stop Apache Unomi
-
Method Details
-
startUnomi
void startUnomi() throws org.osgi.framework.BundleExceptionThis 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.BundleExceptionThis method will stop Apache Unomi- Throws:
org.osgi.framework.BundleException
- if there was an error stopping Unomi's bundles
-