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.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()
          Return the current handler description.
 

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

Methods in org.apache.felix.ipojo.architecture that return HandlerDescription
 HandlerDescription[] InstanceDescription.getHandlers()
          Get the plugged handler list.
 

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

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.