Interface | Description |
---|---|
ComponentFactory |
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 |
A Component instance created using a
ComponentFactory service |
Exception | Description |
---|---|
ComponentException |
Exception thrown when a Component can't be instantiated using a
ComponentFactory.newInstance(java.util.Dictionary)
service. |