org.inria.myriads.snoozenode.main.applications
Class BootstrapApplication

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by org.inria.myriads.snoozenode.main.applications.BootstrapApplication
All Implemented Interfaces:
org.restlet.Uniform

public final class BootstrapApplication
extends org.restlet.Application

Bootstrap application.

Author:
Eugen Feller

Constructor Summary
BootstrapApplication(org.restlet.Context parentContext)
          Constructor.
 
Method Summary
 org.restlet.Restlet createInboundRoot()
          Creates the root restlet.
 
Methods inherited from class org.restlet.Application
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setDescription, setFinderClass, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapApplication

public BootstrapApplication(org.restlet.Context parentContext)
                     throws Exception
Constructor.

Parameters:
parentContext - The parent context
Throws:
Exception
Method Detail

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Creates the root restlet.

Overrides:
createInboundRoot in class org.restlet.Application
Returns:
The restlet router


Copyright © 2012. All Rights Reserved.