Uses of Interface
org.apache.felix.ipojo.MethodInterceptor

Packages that use MethodInterceptor
org.apache.felix.ipojo   
org.apache.felix.ipojo.handlers.architecture   
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.handlers.lifecycle.callback   
org.apache.felix.ipojo.handlers.lifecycle.controller   
org.apache.felix.ipojo.handlers.providedservice   
 

Uses of MethodInterceptor in org.apache.felix.ipojo
 

Classes in org.apache.felix.ipojo that implement MethodInterceptor
 class PrimitiveHandler
          This class defines common mechanisms of primitive handlers.
 

Methods in org.apache.felix.ipojo with parameters of type MethodInterceptor
 void InstanceManager.register(MethodMetadata method, MethodInterceptor interceptor)
          Registers a method interceptor.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.architecture
 

Classes in org.apache.felix.ipojo.handlers.architecture that implement MethodInterceptor
 class ArchitectureHandler
          Architecture Handler : do reflection on your component.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.configuration
 

Classes in org.apache.felix.ipojo.handlers.configuration that implement MethodInterceptor
 class ConfigurationHandler
          Handler managing the Configuration Admin.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.dependency
 

Classes in org.apache.felix.ipojo.handlers.dependency that implement MethodInterceptor
 class Dependency
          Represent a service dependency of the component instance.
 class DependencyHandler
          The dependency handler manages a list of service dependencies.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.lifecycle.callback
 

Classes in org.apache.felix.ipojo.handlers.lifecycle.callback that implement MethodInterceptor
 class LifecycleCallbackHandler
          Lifecycle callback handler.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.lifecycle.controller
 

Classes in org.apache.felix.ipojo.handlers.lifecycle.controller that implement MethodInterceptor
 class ControllerHandler
          Lifecycle Controller handler.
 

Uses of MethodInterceptor in org.apache.felix.ipojo.handlers.providedservice
 

Classes in org.apache.felix.ipojo.handlers.providedservice that implement MethodInterceptor
 class ProvidedServiceHandler
          Composite Provided Service Handler.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.