public interface SatisfiableRecipe extends Recipe
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SatisfiableRecipe.SatisfactionListener
A listener that will be notified when the constraint satisfaction changes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOsgiFilter() |
boolean |
isSatisfied() |
void |
start(SatisfiableRecipe.SatisfactionListener listener) |
void |
stop() |
create, destroy, getConstructorDependencies, getDependencies, getNamevoid start(SatisfiableRecipe.SatisfactionListener listener)
void stop()
boolean isSatisfied()
String getOsgiFilter()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.