Uses of Class
org.apache.felix.ipojo.api.composite.CompositeComponentType

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

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

Methods in org.apache.felix.ipojo.api.composite that return CompositeComponentType
 CompositeComponentType CompositeComponentType.addHandler(HandlerConfiguration handler)
          Adds an HandlerConfiguration to the component type.
 CompositeComponentType CompositeComponentType.addInstance(Instance inst)
          Adds a contained instance.
 CompositeComponentType CompositeComponentType.addService(ExportedService es)
          Adds an exported service.
 CompositeComponentType CompositeComponentType.addService(ProvidedService es)
          Adds a provided service.
 CompositeComponentType CompositeComponentType.addSubService(ImportedService is)
          Adds an imported (sub-)service.
 CompositeComponentType CompositeComponentType.addSubService(InstantiatedService is)
          Adds an instantiated sub-service.
 CompositeComponentType CompositeComponentType.setBundleContext(org.osgi.framework.BundleContext bc)
          Sets the bundle context.
 CompositeComponentType CompositeComponentType.setComponentTypeName(java.lang.String name)
          Sets the component type name.
 CompositeComponentType CompositeComponentType.setComponentTypeVersion(java.lang.String version)
          Sets the component type version.
 CompositeComponentType CompositeComponentType.setPublic(boolean visible)
          Sets the factory public aspect.
 



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