Interface ComponentContainer<S>
- All Known Implementing Classes:
ComponentFactoryImpl
,ConfigurableComponentHolder
public interface ComponentContainer<S>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disposed
(SingleComponentManager<S> component) Informs the holder that the component has been disposed as a result of calling the dispose method.Returns theComponentActivator
owning this component holder.Returns theComponentMetadata
describing and declaring this component.
-
Method Details
-
getLogger
ComponentLogger getLogger() -
getActivator
ComponentActivator getActivator()Returns theComponentActivator
owning this component holder. (overlaps ComponentHolder) -
getComponentMetadata
ComponentMetadata getComponentMetadata()Returns theComponentMetadata
describing and declaring this component. (overlaps ComponentHolder) -
disposed
Informs the holder that the component has been disposed as a result of calling the dispose method.
-