|
||||||||||
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 | |
---|---|
java.lang.Object |
create()
Create an instance |
void |
destroy(java.lang.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
- java.lang.Object create() throws ComponentDefinitionException
ComponentDefinitionException
void destroy(java.lang.Object instance)
instance
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |