org.qi4j.library.osgi
Class OSGiServiceExporter.OSGiServiceExporterMixin

java.lang.Object
  extended by org.qi4j.library.osgi.OSGiServiceExporter.OSGiServiceExporterMixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, OSGiServiceExporter
Enclosing interface:
OSGiServiceExporter

public abstract static class OSGiServiceExporter.OSGiServiceExporterMixin
extends java.lang.Object
implements OSGiServiceExporter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.osgi.OSGiServiceExporter
OSGiServiceExporter.Activator, OSGiServiceExporter.OSGiServiceExporterMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
OSGiServiceExporter.OSGiServiceExporterMixin()
           
 
Method Summary
 void registerServices()
           
 void unregisterServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Constructor Detail

OSGiServiceExporter.OSGiServiceExporterMixin

public OSGiServiceExporter.OSGiServiceExporterMixin()
Method Detail

registerServices

public void registerServices()
                      throws java.lang.Exception
Specified by:
registerServices in interface OSGiServiceExporter
Throws:
java.lang.Exception

unregisterServices

public void unregisterServices()
                        throws java.lang.Exception
Specified by:
unregisterServices in interface OSGiServiceExporter
Throws:
java.lang.Exception