appl.parallel.util
Class Helper.SimpleConnectionThread

java.lang.Object
  extended by appl.parallel.util.Helper.SimpleConnectionThread
All Implemented Interfaces:
Callable
Enclosing class:
Helper

public class Helper.SimpleConnectionThread
extends Object
implements Callable

if a connection to the given resource is possible the ResourceProperties of this object are returned. Else NULL is returned.

Author:
Dominik Appl

Constructor Summary
Helper.SimpleConnectionThread(Vector<ComputingResource> containers, int position)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper.SimpleConnectionThread

public Helper.SimpleConnectionThread(Vector<ComputingResource> containers,
                                     int position)
Method Detail

call

public Object call()
            throws Exception
Specified by:
call in interface Callable
Throws:
Exception