Modifier and Type | Field and Description |
---|---|
protected ComponentTypeDescription |
IPojoFactory.m_componentDesc
The component type description exposed by the
Factory service. |
Modifier and Type | Method and Description |
---|---|
ComponentTypeDescription |
IPojoFactory.getComponentDescription()
Gets the component type description.
|
ComponentTypeDescription |
Factory.getComponentDescription()
Gets the component type description.
|
ComponentTypeDescription |
IPojoFactory.getComponentTypeDescription()
Gets the component type description.
|
ComponentTypeDescription |
HandlerManagerFactory.getComponentTypeDescription() |
ComponentTypeDescription |
ComponentFactory.getComponentTypeDescription()
Gets the component type description of the current factory.
|
Modifier and Type | Method and Description |
---|---|
void |
Handler.initializeComponentFactory(ComponentTypeDescription typeDesc,
org.apache.felix.ipojo.metadata.Element metadata)
Initializes the component factory.
|
Constructor and Description |
---|
PrimitiveInstanceDescription(ComponentTypeDescription type,
InstanceManager instance)
Creates a Primitive Instance Description.
|
Modifier and Type | Field and Description |
---|---|
protected ComponentTypeDescription |
InstanceDescription.m_type
Component Type of the instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentTypeDescription |
InstanceDescription.getComponentDescription()
Gets the component type description of the described instance.
|
Constructor and Description |
---|
InstanceDescription(ComponentTypeDescription desc,
ComponentInstance ci)
Creates the instance description.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationHandler.initializeComponentFactory(ComponentTypeDescription desc,
org.apache.felix.ipojo.metadata.Element metadata)
Initialize the component type.
|
Modifier and Type | Method and Description |
---|---|
void |
ControllerHandler.initializeComponentFactory(ComponentTypeDescription desc,
org.apache.felix.ipojo.metadata.Element metadata)
Initialize the component factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvidedServiceHandler.initializeComponentFactory(ComponentTypeDescription desc,
org.apache.felix.ipojo.metadata.Element metadata)
Initialize the component type.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.