org.qi4j.library.rest.admin
Class RestServerMixin

java.lang.Object
  extended by org.qi4j.library.rest.admin.RestServerMixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, RestServer, RestServerComposite

public abstract class RestServerMixin
extends java.lang.Object
implements RestServerComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.rest.admin.RestServerComposite
RestServerComposite.Activator
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
RestServerMixin()
           
 
Method Summary
 void startServer()
           
 void stopServer()
           
 
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

RestServerMixin

public RestServerMixin()
Method Detail

startServer

public void startServer()
                 throws java.lang.Exception
Specified by:
startServer in interface RestServerComposite
Throws:
java.lang.Exception

stopServer

public void stopServer()
                throws java.lang.Exception
Specified by:
stopServer in interface RestServerComposite
Throws:
java.lang.Exception