org.jppf.utils
Interface JPPFCallable<V>

Type Parameters:
V - the type of object returned by the call() method.
All Superinterfaces:
Callable<V>, Serializable

public interface JPPFCallable<V>
extends Callable<V>, Serializable

A serializable callback interface.

Author:
Laurent Cohen

Method Summary
 
Methods inherited from interface java.util.concurrent.Callable
call
 



Copyright © 2005-2010 JPPF Team.