/[xulu]/trunk.bakup/src/appl/parallel/services/DiscoveryService.java
ViewVC logotype

Annotation of /trunk.bakup/src/appl/parallel/services/DiscoveryService.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (hide annotations)
Wed Feb 10 16:14:27 2010 UTC (14 years, 10 months ago) by alfonx
File size: 452 byte(s)
backup of trunk
1 mojays 2 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