Uses of Interface
org.apache.felix.ipojo.api.HandlerConfiguration

Packages that use HandlerConfiguration
org.apache.felix.ipojo.api   
org.apache.felix.ipojo.api.composite   
 

Uses of HandlerConfiguration in org.apache.felix.ipojo.api
 

Classes in org.apache.felix.ipojo.api that implement HandlerConfiguration
 class Dependency
          Allows configuring a service dependencies.
 class Service
          Allows configuring a provided service.
 class TemporalDependency
          Allows configuring a service dependencies.
 

Methods in org.apache.felix.ipojo.api with parameters of type HandlerConfiguration
 PrimitiveComponentType PrimitiveComponentType.addHandler(HandlerConfiguration handler)
          Adds an HandlerConfiguration to the component type.
 

Uses of HandlerConfiguration in org.apache.felix.ipojo.api.composite
 

Classes in org.apache.felix.ipojo.api.composite that implement HandlerConfiguration
 class ExportedService
          Allows defining an exported service.
 class ImportedService
          Allows defining an imported service.
 class Instance
          Allows defining a contained instance.
 class InstantiatedService
          Allows defining an instantiated sub-service.
 class ProvidedService
          Allows defining a provided service.
 

Methods in org.apache.felix.ipojo.api.composite with parameters of type HandlerConfiguration
 CompositeComponentType CompositeComponentType.addHandler(HandlerConfiguration handler)
          Adds an HandlerConfiguration to the component type.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.