API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. Callable View Source
Author(s)
Doug Lea
Since
1.5
Version
Serial
Hierarchy
 Callable
Subinterfaces
Description
public interface Callable
  A task that returns a result and may throw an exception.
See also:    Executor
Methods
Hide/Show inherited methods
public V call () throws Exception
  Computes a result, or throws an exception if unable to do so.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar