C D N O U 

C

ComponentException - Exception in org.apache.felix.dm.runtime.api
Exception thrown when a Component can't be instantiated using a ComponentFactory.newInstance(java.util.Dictionary) service.
ComponentException(String, Throwable) - Constructor for exception org.apache.felix.dm.runtime.api.ComponentException
 
ComponentFactory - Interface in org.apache.felix.dm.runtime.api
When a Component is annotated with a DM "Component" annotation with a "factoryName" attribute, a corresponding ComponentFactory is registered in the OSGi service registry with a @link ComponentFactory#FACTORY_NAME servie property with the Component "factoryName" value.
ComponentInstance - Interface in org.apache.felix.dm.runtime.api
A Component instance created using a ComponentFactory service

D

dispose() - Method in interface org.apache.felix.dm.runtime.api.ComponentInstance
Destroy the component instance.

N

newInstance(Dictionary<String, ?>) - Method in interface org.apache.felix.dm.runtime.api.ComponentFactory
Instantiates a Component instance.

O

org.apache.felix.dm.runtime.api - package org.apache.felix.dm.runtime.api
 

U

update(Dictionary<String, ?>) - Method in interface org.apache.felix.dm.runtime.api.ComponentInstance
Updates the component instance.
C D N O U