Uses of Class
org.apache.felix.scr.impl.metadata.ComponentMetadata
-
-
Uses of ComponentMetadata in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl with type parameters of type ComponentMetadata Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Long,java.util.List<ComponentMetadata>>
Activator. m_componentMetadataStore
Methods in org.apache.felix.scr.impl that return types with arguments of type ComponentMetadata Modifier and Type Method Description private static java.util.concurrent.ConcurrentMap<java.lang.Long,java.util.List<ComponentMetadata>>
Activator. load(org.osgi.framework.BundleContext context, ScrLogger logger, boolean loadFromCache)
Methods in org.apache.felix.scr.impl with parameters of type ComponentMetadata Modifier and Type Method Description <S> ComponentHolder<S>
ComponentRegistry. createComponentHolder(ComponentActivator activator, ComponentMetadata metadata, ComponentLogger logger)
Factory method to issueComponentHolder
instances to manage components described by the given componentmetadata
.(package private) void
BundleComponentActivator. validateAndRegister(ComponentMetadata metadata)
Method parameters in org.apache.felix.scr.impl with type arguments of type ComponentMetadata Modifier and Type Method Description protected void
BundleComponentActivator. initialize(java.util.List<ComponentMetadata> cachedComponentMetadata)
Gets the MetaData location, parses the meta data and requests the processing of binder instancesprivate static void
Activator. store(java.util.Map<java.lang.Long,java.util.List<ComponentMetadata>> componentsMap, org.osgi.framework.BundleContext context, ScrLogger logger, boolean storeCache)
Constructors in org.apache.felix.scr.impl with parameters of type ComponentMetadata Constructor Description DefaultConfigurableComponentHolder(ComponentActivator activator, ComponentMetadata metadata, ComponentLogger logger)
Constructor parameters in org.apache.felix.scr.impl with type arguments of type ComponentMetadata Constructor Description BundleComponentActivator(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration, java.util.List<ComponentMetadata> cachedComponentMetadata)
Called upon starting of the bundle. -
Uses of ComponentMetadata in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return ComponentMetadata Modifier and Type Method Description ComponentMetadata
ScrComponentContext. getComponentMetadata()
Methods in org.apache.felix.scr.impl.inject with parameters of type ComponentMetadata Modifier and Type Method Description void
ComponentMethods. initComponentMethods(ComponentMetadata componentMetadata, java.lang.Class<T> implementationObjectClass, ComponentLogger logger)
-
Uses of ComponentMetadata in org.apache.felix.scr.impl.inject.internal
Methods in org.apache.felix.scr.impl.inject.internal with parameters of type ComponentMetadata Modifier and Type Method Description void
ComponentMethodsImpl. initComponentMethods(ComponentMetadata componentMetadata, java.lang.Class<T> implementationObjectClass, ComponentLogger logger)
Constructors in org.apache.felix.scr.impl.inject.internal with parameters of type ComponentMetadata Constructor Description ComponentConstructorImpl(ComponentMetadata componentMetadata, java.lang.Class<S> componentClass, ComponentLogger logger)
-
Uses of ComponentMetadata in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as ComponentMetadata Modifier and Type Field Description private ComponentMetadata
ConfigurableComponentHolder. m_componentMetadata
TheComponentMetadata
describing the held component(s)Methods in org.apache.felix.scr.impl.manager that return ComponentMetadata Modifier and Type Method Description ComponentMetadata
AbstractComponentManager. getComponentMetadata()
ComponentMetadata
ComponentContainer. getComponentMetadata()
Returns theComponentMetadata
describing and declaring this component.ComponentMetadata
ComponentContextImpl. getComponentMetadata()
ComponentMetadata
ComponentHolder. getComponentMetadata()
Returns theComponentMetadata
describing and declaring this component.ComponentMetadata
ConfigurableComponentHolder. getComponentMetadata()
Methods in org.apache.felix.scr.impl.manager with parameters of type ComponentMetadata Modifier and Type Method Description private java.util.List<DependencyManager<S,?>>
AbstractComponentManager. loadDependencyManagers(ComponentMetadata metadata)
Constructors in org.apache.felix.scr.impl.manager with parameters of type ComponentMetadata Constructor Description ConfigurableComponentHolder(ComponentActivator activator, ComponentMetadata metadata, ComponentLogger logger)
-
Uses of ComponentMetadata in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata that return ComponentMetadata Modifier and Type Method Description static ComponentMetadata
ComponentMetadata. load(java.io.DataInputStream in, MetadataStoreHelper.MetaDataReader metaDataReader)
Methods in org.apache.felix.scr.impl.metadata with parameters of type ComponentMetadata Modifier and Type Method Description void
PropertyMetadata. validate(ComponentMetadata componentMetadata)
Method used to verify if the semantics of this metadata are correct(package private) void
ReferenceMetadata. validate(ComponentMetadata componentMetadata)
Method used to verify if the semantics of this metadata are correct(package private) void
ServiceMetadata. validate(ComponentMetadata componentMetadata)
Verify if the semantics of this metadata are correct -
Uses of ComponentMetadata in org.apache.felix.scr.impl.xml
Fields in org.apache.felix.scr.impl.xml declared as ComponentMetadata Modifier and Type Field Description private ComponentMetadata
XmlHandler. m_currentComponent
Fields in org.apache.felix.scr.impl.xml with type parameters of type ComponentMetadata Modifier and Type Field Description private java.util.List<ComponentMetadata>
XmlHandler. m_components
Methods in org.apache.felix.scr.impl.xml that return types with arguments of type ComponentMetadata Modifier and Type Method Description java.util.List<ComponentMetadata>
XmlHandler. getComponentMetadataList()
Called to retrieve the service descriptors
-