Uses of Interface
org.apache.aries.blueprint.ext.DependentComponentFactoryMetadata.SatisfactionCallback

Packages that use DependentComponentFactoryMetadata.SatisfactionCallback
org.apache.aries.blueprint.di   
org.apache.aries.blueprint.ext   
 

Uses of DependentComponentFactoryMetadata.SatisfactionCallback in org.apache.aries.blueprint.di
 

Classes in org.apache.aries.blueprint.di that implement DependentComponentFactoryMetadata.SatisfactionCallback
 class DependentComponentFactoryRecipe
          Extends ComponentFactoryRecipe to support the dependency management (SatisfiableRecipe) for custom bean managers (DependentComponentFactoryMetadata instances in this case).
 

Uses of DependentComponentFactoryMetadata.SatisfactionCallback in org.apache.aries.blueprint.ext
 

Methods in org.apache.aries.blueprint.ext with parameters of type DependentComponentFactoryMetadata.SatisfactionCallback
 void DependentComponentFactoryMetadata.startTracking(DependentComponentFactoryMetadata.SatisfactionCallback observer)
          Start tracking the dependencies for this component.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.