appl.parallel.util
Class Helper.SimpleConnectionThread
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Helper.SimpleConnectionThread
public Helper.SimpleConnectionThread(Vector<ComputingResource> containers,
int position)
call
public Object call()
throws Exception
- Specified by:
call
in interface Callable
- Throws:
Exception