rice
Interface Executable
- All Known Implementing Classes: 
 - ReplicationImpl.BloomFilterExecutable
 
- public interface Executable
 
Asynchronously executes a processing function, and returns the result. Just
 like Runnable, but has a return value;
- Version:
 
  - $Id: Executable.java,v 1.2 2005/03/11 00:58:23 jeffh Exp $
 
- Author:
 
  - Alan Mislove
 
| 
Method Summary | 
 java.lang.Object | 
execute()
 
          Executes the potentially expensive task and returns the result. | 
 
execute
public java.lang.Object execute()
- Executes the potentially expensive task and returns the result.
- Returns:
 - DESCRIBE THE RETURN VALUE
 
 
 
Copyright © 2001-2005 - Rice Pastry.