Uses of Interface
org.apache.aries.blueprint.Interceptor

Packages that use Interceptor
org.apache.aries.blueprint   
org.apache.aries.blueprint.container   
org.apache.aries.blueprint.namespace   
org.apache.aries.blueprint.proxy   
 

Uses of Interceptor in org.apache.aries.blueprint
 

Methods in org.apache.aries.blueprint that return types with arguments of type Interceptor
 java.util.List<Interceptor> ComponentDefinitionRegistry.getInterceptors(ComponentMetadata component)
          Retrieve all interceptors registered against a ComponentMetadata instance
 

Methods in org.apache.aries.blueprint with parameters of type Interceptor
 void ComponentDefinitionRegistry.registerInterceptorWithComponent(ComponentMetadata component, Interceptor interceptor)
          Register an interceptor for a given component Since the interceptor is registered against a ComponentMetadata instance and not an id, interceptors can be registered for anonymous components as well as named and unnamed components.
 

Uses of Interceptor in org.apache.aries.blueprint.container
 

Classes in org.apache.aries.blueprint.container that implement Interceptor
 class QuiesceInterceptor
           
 

Uses of Interceptor in org.apache.aries.blueprint.namespace
 

Methods in org.apache.aries.blueprint.namespace that return types with arguments of type Interceptor
 java.util.List<Interceptor> ComponentDefinitionRegistryImpl.getInterceptors(ComponentMetadata component)
           
 

Methods in org.apache.aries.blueprint.namespace with parameters of type Interceptor
 void ComponentDefinitionRegistryImpl.registerInterceptorWithComponent(ComponentMetadata component, Interceptor interceptor)
           
 

Uses of Interceptor in org.apache.aries.blueprint.proxy
 

Constructor parameters in org.apache.aries.blueprint.proxy with type arguments of type Interceptor
Collaborator(ComponentMetadata cm, java.util.List<Interceptor> interceptors)
           
 



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