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

Packages that use FieldInterceptor
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   
org.apache.felix.ipojo.util   
 

Uses of FieldInterceptor in org.apache.felix.ipojo
 

Classes in org.apache.felix.ipojo that implement FieldInterceptor
 class PrimitiveHandler
          Abstract class to extends for primitive handler.
 

Methods in org.apache.felix.ipojo with parameters of type FieldInterceptor
 void InstanceManager.register(FieldMetadata field, FieldInterceptor interceptor)
          Register a field interceptor.
 

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

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

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

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

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

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

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

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

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

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

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

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

Uses of FieldInterceptor in org.apache.felix.ipojo.util
 

Classes in org.apache.felix.ipojo.util that implement FieldInterceptor
 class Property
          Property class managing a property.