fr.cnes.sitools.service
Interface SitoolsService


public interface SitoolsService

Interface for SITools services

Author:
m.marseille (AKKA Technologies)

Method Summary
 org.restlet.Component getComponent()
          Get component of the service
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
          Get properties of the service
 SitoolsSettings getSettings()
          Get settings of the service
 void restart()
          Restart the service
 void start()
          Start the service
 void stop()
          Stop the service
 

Method Detail

getComponent

org.restlet.Component getComponent()
Get component of the service

Returns:
the RESTlet component of the service

start

void start()
Start the service


stop

void stop()
Stop the service


restart

void restart()
Restart the service


getSettings

SitoolsSettings getSettings()
Get settings of the service

Returns:
the SITools set of settings

getProperties

java.util.Map<java.lang.String,java.lang.Object> getProperties()
Get properties of the service

Returns:
the table of properties


Copyright © 2010-2013 CNES. All Rights Reserved.