Package io.siddhi.core.util
Class SiddhiManagerComponent
- java.lang.Object
-
- io.siddhi.core.util.SiddhiManagerComponent
-
public class SiddhiManagerComponent extends Object
Siddhi Manager Service which is- Since:
- 4.0.0-M3-SNAPSHOT
-
-
Constructor Summary
Constructors Constructor Description SiddhiManagerComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidstart(org.osgi.framework.BundleContext bundleContext)This is the activation method of SiddhiManagerService.protected voidstop()
-
-
-
Method Detail
-
start
protected void start(org.osgi.framework.BundleContext bundleContext) throws ExceptionThis is the activation method of SiddhiManagerService. This will be initilize the Siddhi Manager and register the ManagerService.- Parameters:
bundleContext- the bundle context instance of this bundle.- Throws:
Exception- this will be thrown if an issue occurs while executing the activate method
-
-