ComponentFactoryImpl, ConfigurableComponentHolderpublic interface ComponentContainer<S>
| Modifier and Type | Method | Description |
|---|---|---|
void |
disposed(SingleComponentManager<S> component) |
Informs the holder that the component has been disposed as a result of
calling the dispose method.
|
ComponentActivator |
getActivator() |
Returns the
ComponentActivator owning this component
holder. |
ComponentMetadata |
getComponentMetadata() |
Returns the
ComponentMetadata describing and declaring this
component. |
ComponentActivator getActivator()
ComponentActivator owning this component
holder. (overlaps ComponentHolder)ComponentMetadata getComponentMetadata()
ComponentMetadata describing and declaring this
component. (overlaps ComponentHolder)void disposed(SingleComponentManager<S> component)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.