2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.osgi
Interface OSGiImplementation
- All Superinterfaces:
- Base, ComponentType, Extensible, Implementation
- All Known Implementing Classes:
- OSGiImplementationImpl
public interface OSGiImplementation
- extends Implementation, Extensible
The model representing an OSGi implementation in an SCA assembly model.
getBundleSymbolicName
java.lang.String getBundleSymbolicName()
getBundleVersion
java.lang.String getBundleVersion()
getImports
java.lang.String[] getImports()
getReferenceProperties
java.util.List<ComponentProperty> getReferenceProperties(java.lang.String referenceName)
getServiceProperties
java.util.List<ComponentProperty> getServiceProperties(java.lang.String serviceName)