org.qi4j.library.rest.admin
Interface RestServerComposite

All Superinterfaces:
Composite, Identity, RestServer, ServiceComposite
All Known Implementing Classes:
RestServerMixin

@Mixins(value=RestServerMixin.class)
@Activators(value=RestServerComposite.Activator.class)
public interface RestServerComposite
extends ServiceComposite, RestServer


Nested Class Summary
static class RestServerComposite.Activator
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void startServer()
           
 void stopServer()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

startServer

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

stopServer

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