com.sun.faban.harness
Interface RemoteCallable<V extends Serializable>

All Superinterfaces:
Serializable

public interface RemoteCallable<V extends Serializable>
extends Serializable

An interface used for executing a piece of code remotely.
Notes:

See Also:
Utilities.convertPath(java.lang.String)

Method Summary
 V call()
          Computes a result, or throws an exception if unable to do so.
 

Method Detail

call

V call()
                            throws Exception
Computes a result, or throws an exception if unable to do so. Note that The only RunContext methods available to the call implementation are the local exec and java calls. All other calls to RunContext will result in a NullPointerException.

Returns:
computed result
Throws:
Exception - if unable to compute a result