org.apache.geronimo.blueprint.container
Interface SatisfiableRecipe
- All Superinterfaces:
- Recipe
- All Known Implementing Classes:
- AbstractServiceReferenceRecipe, ReferenceListRecipe, ReferenceRecipe
public interface SatisfiableRecipe
- extends Recipe
Interface used to desribe an object which can satisfy a constraint or not.
If the state of the object changes, registered SatisfactionListener objects
will be notified of the change.
- Version:
- $Rev: 760378 $, $Date: 2009-03-31 11:31:38 +0200 (Tue, 31 Mar 2009) $
- Author:
- Apache Geronimo Project
start
void start(SatisfiableRecipe.SatisfactionListener listener)
stop
void stop()
isSatisfied
boolean isSatisfied()
getOsgiFilter
String getOsgiFilter()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.