Rice Pastry API

rice
Interface Executable<R>

All Known Implementing Classes:
ReplicationImpl.BloomFilterExecutable

public interface Executable<R>

Asynchronously executes a processing function, and returns the result. Just like Runnable, but has a return value;

Version:
$Id: Executable.java 4231 2008-06-24 12:22:18Z jeffh $
Author:
Alan Mislove

Method Summary
 R execute()
          Executes the potentially expensive task and returns the result.
 

Method Detail

execute

R execute()
Executes the potentially expensive task and returns the result.

Parameters:
result - The result of the command.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.