org.qi4j.library.osgi
Interface OSGiEnabledService

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
OSGiEnabledService.OSGiEnabledServiceMixin

@Mixins(value=OSGiEnabledService.OSGiEnabledServiceMixin.class)
@Activators(value=OSGiEnabledService.Activator.class)
public interface OSGiEnabledService
extends ServiceComposite

Service Fragment providing OSGi support.


Nested Class Summary
static class OSGiEnabledService.Activator
           
static class OSGiEnabledService.OSGiEnabledServiceMixin
           
 
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