Uses of Class
org.apache.felix.ipojo.Handler

Packages that use Handler
org.apache.felix.ipojo   
org.apache.felix.ipojo.architecture   
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 Handler in org.apache.felix.ipojo
 

Subclasses of Handler in org.apache.felix.ipojo
 class PrimitiveHandler
          This class defines common mechanisms of primitive handlers.
 

Methods in org.apache.felix.ipojo that return Handler
 Handler HandlerManager.getHandler()
          Gets the contained handler object.
 Handler InstanceManager.getHandler(String name)
          Returns a specified handler.
abstract  Handler Handler.getHandler(String name)
          Get a plugged handler of the same container.
 Handler PrimitiveHandler.getHandler(String name)
          Gets a plugged handler of the same container.
 Handler[] InstanceManager.getRegistredHandlers()
          Gets the list of handlers plugged (i.e.
 

Uses of Handler in org.apache.felix.ipojo.architecture
 

Constructors in org.apache.felix.ipojo.architecture with parameters of type Handler
HandlerDescription(Handler handler)
          Creates a handler description.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.architecture
 class ArchitectureHandler
          Architecture Handler : do reflection on your component.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.configuration
 class ConfigurationHandler
          Handler managing the Configuration Admin.
 

Constructors in org.apache.felix.ipojo.handlers.configuration with parameters of type Handler
ConfigurationHandlerDescription(Handler handler, List props)
          Creates the description object for the configuration handler description.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.dependency
 class DependencyHandler
          The dependency handler manages a list of service dependencies.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.lifecycle.callback
 class LifecycleCallbackHandler
          Lifecycle callback handler.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.lifecycle.controller
 class ControllerHandler
          Lifecycle Controller handler.
 

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

Subclasses of Handler in org.apache.felix.ipojo.handlers.providedservice
 class ProvidedServiceHandler
          Composite Provided Service Handler.
 

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

Methods in org.apache.felix.ipojo.util that return Handler
 Handler Property.getHandler()
          Gets the handler managing the property.
 

Constructors in org.apache.felix.ipojo.util with parameters of type Handler
Property(String name, String field, String method, String value, String type, InstanceManager manager, Handler handler)
          Creates a property.
 



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