Class UnomiManagementServiceImpl
java.lang.Object
org.apache.unomi.shell.services.internal.UnomiManagementServiceImpl
- All Implemented Interfaces:
UnomiManagementService
- Author:
- dgaillard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(org.osgi.service.component.ComponentContext componentContext) void
void
This method will start Apache Unomivoid
This method will stop Apache Unomi
-
Constructor Details
-
UnomiManagementServiceImpl
public UnomiManagementServiceImpl()
-
-
Method Details
-
init
- Throws:
Exception
-
startUnomi
public void startUnomi() throws org.osgi.framework.BundleExceptionDescription copied from interface:UnomiManagementService
This method will start Apache Unomi- Specified by:
startUnomi
in interfaceUnomiManagementService
- Throws:
org.osgi.framework.BundleException
- if there was an error starting Unomi's bundles
-
stopUnomi
public void stopUnomi() throws org.osgi.framework.BundleExceptionDescription copied from interface:UnomiManagementService
This method will stop Apache Unomi- Specified by:
stopUnomi
in interfaceUnomiManagementService
- Throws:
org.osgi.framework.BundleException
- if there was an error stopping Unomi's bundles
-
initReversedBundleSymbolicNames
public void initReversedBundleSymbolicNames()
-