appl.parallel.services
Interface Service

All Known Subinterfaces:
DiscoveryService
All Known Implementing Classes:
GlobalDiscoveryService, HostnameDiscoveryService, MulticastDiscoveryService, RemoteEventHandler, RemoteEventProxy

public interface Service

Superclass of all Services.

Author:
Dominik Appl

Method Summary
 boolean isRunning()
           
 void startService()
          Starts the service
 void stopService()
          Stops the service
 

Method Detail

startService

void startService()
Starts the service


stopService

void stopService()
Stops the service


isRunning

boolean isRunning()
Returns:
true, if the service is running