org.qi4j.library.osgi
Class OSGiEnabledService.OSGiEnabledServiceMixin

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

public abstract static class OSGiEnabledService.OSGiEnabledServiceMixin
extends java.lang.Object
implements OSGiEnabledService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.osgi.OSGiEnabledService
OSGiEnabledService.Activator, OSGiEnabledService.OSGiEnabledServiceMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
OSGiEnabledService.OSGiEnabledServiceMixin()
           
 
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

OSGiEnabledService.OSGiEnabledServiceMixin

public OSGiEnabledService.OSGiEnabledServiceMixin()
Method Detail

registerServices

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

unregisterServices

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