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