public interface ComponentFactoryMetadata extends ComponentMetadata, Target
ACTIVATION_EAGER, ACTIVATION_LAZY
Modifier and Type | Method and Description |
---|---|
Object |
create()
Create an instance
|
void |
destroy(Object instance)
Destroy an instance previously created
|
void |
init(ExtendedBlueprintContainer container)
Prime the underlying bean manager with the blueprint container
|
getActivation, getDependsOn, getId
void init(ExtendedBlueprintContainer container)
container
- Object create() throws ComponentDefinitionException
ComponentDefinitionException
void destroy(Object instance)
instance
- Copyright © 2014. All rights reserved.