org.egothor.distributor
Interface Request<T>

All Superinterfaces:
Task<T>

public interface Request<T>
extends Task<T>

The interface should be implemented by any class that knows whether a Task is already completed.

Author:
Leo Galambos

Method Summary
 boolean isDone()
          Test whether the Request has been fulfilled.
 
Methods inherited from interface org.egothor.distributor.Task
action
 

Method Detail

isDone

boolean isDone()
Test whether the Request has been fulfilled.

Returns:
true if it has, false otherwise