Uses of Interface
org.osgi.service.component.ComponentInstance
-
Packages that use ComponentInstance Package Description org.osgi.service.component Service Component Package Version 1.3. -
-
Uses of ComponentInstance in org.osgi.service.component
Methods in org.osgi.service.component that return ComponentInstance Modifier and Type Method Description ComponentInstance
ComponentContext. getComponentInstance()
Returns the Component Instance object for the component instance associated with this Component Context.ComponentInstance
ComponentFactory. newInstance(java.util.Dictionary<java.lang.String,?> properties)
Create and activate a new component configuration.
-