org.qi4j.library.osgi
Interface OSGiServiceExporter

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
OSGiServiceExporter.OSGiServiceExporterMixin

@Mixins(value=OSGiServiceExporter.OSGiServiceExporterMixin.class)
@Activators(value=OSGiServiceExporter.Activator.class)
public interface OSGiServiceExporter
extends ServiceComposite

Export Qi4j services to an OSGi Bundle.


Nested Class Summary
static class OSGiServiceExporter.Activator
           
static class OSGiServiceExporter.OSGiServiceExporterMixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void registerServices()
           
 void unregisterServices()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

registerServices

void registerServices()
                      throws java.lang.Exception
Throws:
java.lang.Exception

unregisterServices

void unregisterServices()
                        throws java.lang.Exception
Throws:
java.lang.Exception