/[xulu]/branches/1.8-gt2-2.6/src/appl/parallel/services/DiscoveryService.java
ViewVC logotype

Contents of /branches/1.8-gt2-2.6/src/appl/parallel/services/DiscoveryService.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Mon Aug 31 14:23:19 2009 UTC (15 years, 3 months ago) by mojays
File size: 452 byte(s)
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 package appl.parallel.services;
2
3 import java.util.Vector;
4
5 import appl.parallel.ComputingResource;
6 import appl.parallel.ComputingResourceContainer;
7
8 /**
9 * A discovery service locates {@link ComputingResource ComputingRessouces} in a
10 * network.
11 *
12 * @author Dominik Appl
13 */
14 public interface DiscoveryService extends Service {
15
16 /**
17 * @return the discovered resources
18 */
19 Vector<ComputingResourceContainer> getResources();
20 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26