|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentFactoryMetadata
Custom metadata that can acts like a built-in bean manager for the component life-cycle events create and destroy.
Field Summary |
---|
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
ACTIVATION_EAGER, ACTIVATION_LAZY |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
getActivation, getDependsOn, getId |
Method Detail |
---|
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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |