org.gcube.common.ghn.client
Interface ClientService


public interface ClientService

A service runs in a ClientContainer

Author:
Fabio Simeoni

Method Summary
 String name()
          Returns the name of the service.
 void start()
          Starts the service.
 void stop()
          Stops the service.
 

Method Detail

name

String name()
Returns the name of the service.

Returns:
the name

start

void start()
           throws RuntimeException
Starts the service.

Throws:
RuntimeException - if the service could not be started

stop

void stop()
Stops the service.



Copyright © 2012. All Rights Reserved.