appl.parallel.services
Interface DiscoveryService

All Superinterfaces:
Service
All Known Implementing Classes:
HostnameDiscoveryService, MulticastDiscoveryService

public interface DiscoveryService
extends Service

A discovery service locates ComputingRessouces in a network.

Author:
Dominik Appl

Method Summary
 Vector<ComputingResourceContainer> getResources()
           
 
Methods inherited from interface appl.parallel.services.Service
isRunning, startService, stopService
 

Method Detail

getResources

Vector<ComputingResourceContainer> getResources()
Returns:
the discovered resources