|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Recipe
The Recipe interface abstracts the creation of objects
| Method Summary | |
|---|---|
Object |
create()
Create an instance for this recipe. |
void |
destroy(Object instance)
Destroy an instance created by this recipe |
List<Recipe> |
getConstructorDependencies()
Get the list of constructor dependencies, i.e. |
List<Recipe> |
getDependencies()
Get the list of nested recipes, i.e. |
String |
getName()
Get the unique name for this recipe. |
| Method Detail |
|---|
String getName()
List<Recipe> getConstructorDependencies()
List<Recipe> getDependencies()
Object create()
throws org.osgi.service.blueprint.container.ComponentDefinitionException
org.osgi.service.blueprint.container.ComponentDefinitionExceptionvoid destroy(Object instance)
instance - the instance to be destroyed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||