public interface ComponentFactoryMetadata
extends org.osgi.service.blueprint.reflect.ComponentMetadata, org.osgi.service.blueprint.reflect.Target
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
|
void init(ExtendedBlueprintContainer container)
container
- Object create() throws org.osgi.service.blueprint.container.ComponentDefinitionException
org.osgi.service.blueprint.container.ComponentDefinitionException
void destroy(Object instance)
instance
- Copyright © 2019. All rights reserved.