6 |
import java.net.MulticastSocket; |
import java.net.MulticastSocket; |
7 |
import java.net.UnknownHostException; |
import java.net.UnknownHostException; |
8 |
import java.rmi.Naming; |
import java.rmi.Naming; |
|
import java.rmi.RemoteException; |
|
|
import java.util.Iterator; |
|
9 |
import java.util.Vector; |
import java.util.Vector; |
10 |
|
|
11 |
import org.apache.log4j.BasicConfigurator; |
import org.apache.log4j.BasicConfigurator; |
200 |
private boolean discoveryInProgress = false; |
private boolean discoveryInProgress = false; |
201 |
|
|
202 |
/** |
/** |
203 |
* @returns a Vector of discovered Ressources before return, all values |
* @return a Vector of discovered Ressources before return, all values |
204 |
* are pinged and only returned if alive |
* are pinged and only returned if alive |
205 |
*/ |
*/ |
206 |
public Vector<ComputingResourceContainer> getResources() { |
public Vector<ComputingResourceContainer> getResources() { |