Uses of Class
org.apache.felix.ipojo.architecture.HandlerDescription

Packages that use HandlerDescription
org.apache.felix.ipojo   
org.apache.felix.ipojo.architecture   
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.handlers.providedservice   
 

Uses of HandlerDescription in org.apache.felix.ipojo
 

Methods in org.apache.felix.ipojo that return HandlerDescription
 HandlerDescription Handler.getDescription()
          Returns the current handler description.
 

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

Fields in org.apache.felix.ipojo.architecture declared as HandlerDescription
protected  HandlerDescription[] InstanceDescription.m_handlers
          The list of handlers plugged on the component instance.
 

Methods in org.apache.felix.ipojo.architecture that return HandlerDescription
 HandlerDescription InstanceDescription.getHandlerDescription(String handler)
          Gets a handler description by specifying the handler qualified name.
 HandlerDescription[] InstanceDescription.getHandlers()
          Gets the plugged handler list.
 

Methods in org.apache.felix.ipojo.architecture with parameters of type HandlerDescription
 void InstanceDescription.addHandler(HandlerDescription desc)
          Adds an handler description to the list.
 

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

Subclasses of HandlerDescription in org.apache.felix.ipojo.handlers.configuration
 class ConfigurationHandlerDescription
          Configuration handler description.
 

Methods in org.apache.felix.ipojo.handlers.configuration that return HandlerDescription
 HandlerDescription ConfigurationHandler.getDescription()
          Gets the configuration handler description.
 

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

Subclasses of HandlerDescription in org.apache.felix.ipojo.handlers.dependency
 class DependencyHandlerDescription
          Dependency Handler Description.
 

Methods in org.apache.felix.ipojo.handlers.dependency that return HandlerDescription
 HandlerDescription DependencyHandler.getDescription()
          Get the dependency handler description.
 

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

Subclasses of HandlerDescription in org.apache.felix.ipojo.handlers.providedservice
 class ProvidedServiceHandlerDescription
          Provided Service Handler Description.
 

Methods in org.apache.felix.ipojo.handlers.providedservice that return HandlerDescription
 HandlerDescription ProvidedServiceHandler.getDescription()
          Build the provided service description.
 



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