Package io.siddhi.core.util
Class ReferenceHolder
- java.lang.Object
-
- io.siddhi.core.util.ReferenceHolder
-
public class ReferenceHolder extends Object
Class to hold references need by siddhi bundle.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.BundleContextgetBundleContext()static ReferenceHoldergetInstance()voidsetBundleContext(org.osgi.framework.BundleContext bundleContext)
-
-
-
Method Detail
-
getInstance
public static ReferenceHolder getInstance()
-
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
-
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
-
-