eu.larkc.core.management
Class ManagementInterface

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by eu.larkc.core.management.ManagementInterface
All Implemented Interfaces:
org.restlet.Uniform

public class ManagementInterface
extends org.restlet.Application

The management interface application.

Author:
Christoph Fuchs

Constructor Summary
ManagementInterface()
           
 
Method Summary
 org.restlet.Restlet createInboundRoot()
          Creates a root Restlet that will receive all incoming calls.
 
Methods inherited from class org.restlet.Application
createOutboundRoot, createRoot, getConnectorService, getConverterService, getCurrent, getDecoderService, getFinderClass, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getRoot, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setContext, setConverterService, setCurrent, setDecoderService, setFinderClass, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setRangeService, setRoles, setRoot, setRoot, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementInterface

public ManagementInterface()
Method Detail

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Creates a root Restlet that will receive all incoming calls.

Overrides:
createInboundRoot in class org.restlet.Application