C - The type of the components that is managed by this container.public interface ComponentContainer
          | Modifier and Type | Method and Description | 
|---|---|
| org.osgi.framework.BundleContext | getBundleContext()
                      The context of the bundle that started the component container.
                     | 
| org.everit.osgi.ecm.metadata.ComponentMetadata | getComponentMetadata()
                      The metadata of the component that was used during creation.
                     | 
| ComponentRevision<C>[] | getResources()
                      Snapshot about the component states that are managed by this container.
                     | 
org.osgi.framework.BundleContext getBundleContext()
org.everit.osgi.ecm.metadata.ComponentMetadata getComponentMetadata()
ComponentRevision<C>[] getResources()
getResources in interface org.everit.osgi.linkage.ResourceContainer
Copyright © 2011–2016 Everit Kft.. All rights reserved.