Class UnomiManagementServiceImpl
- java.lang.Object
-
- org.apache.unomi.shell.services.internal.UnomiManagementServiceImpl
-
- All Implemented Interfaces:
UnomiManagementService
public class UnomiManagementServiceImpl extends Object implements UnomiManagementService
- Author:
- dgaillard
-
-
Constructor Summary
Constructors Constructor Description UnomiManagementServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(org.osgi.service.component.ComponentContext componentContext)voidinitReversedBundleSymbolicNames()voidstartUnomi()This method will start Apache UnomivoidstopUnomi()This method will stop Apache Unomi
-
-
-
Method Detail
-
init
public void init(org.osgi.service.component.ComponentContext componentContext) throws Exception- Throws:
Exception
-
startUnomi
public void startUnomi() throws org.osgi.framework.BundleExceptionDescription copied from interface:UnomiManagementServiceThis method will start Apache Unomi- Specified by:
startUnomiin 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:UnomiManagementServiceThis method will stop Apache Unomi- Specified by:
stopUnomiin interfaceUnomiManagementService- Throws:
org.osgi.framework.BundleException- if there was an error stopping Unomi's bundles
-
initReversedBundleSymbolicNames
public void initReversedBundleSymbolicNames()
-
-