Package | Description |
---|---|
org.apache.felix.ipojo.api.composite |
Modifier and Type | Method and Description |
---|---|
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-2014 The Apache Software Foundation. All Rights Reserved.