Uses of Interface
de.hunsicker.util.concurrent.Callable

Packages that use Callable
de.hunsicker.util.concurrent Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. 
 

Uses of Callable in de.hunsicker.util.concurrent
 

Classes in de.hunsicker.util.concurrent that implement Callable
 class TimedCallable
          TimedCallable runs a Callable function for a given length of time.
 

Methods in de.hunsicker.util.concurrent with parameters of type Callable
 java.lang.Runnable FutureResult.setter(Callable function)
          Return a Runnable object that, when run, will set the result value.
 

Constructors in de.hunsicker.util.concurrent with parameters of type Callable
TimedCallable(Callable function, long millis)
          Creates a new TimedCallable object.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.