org.objectweb.tribe.common
Interface Service

All Known Implementing Classes:
PingFaultDetectionService

public interface Service

This class defines a Service. This is simply an interface to handle start and stop execution of a service

Version:
1.0
Author:
Nicolas Modrzyk

Method Summary
 void start()
          Start the service
 void stop()
          Stop the service
 

Method Detail

start

public void start()
Start the service


stop

public void stop()
Stop the service



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.