CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.coherence.servlet
Interface SessionHelper.Task

All Superinterfaces:
Runnable
Enclosing class:
SessionHelper

protected static interface SessionHelper.Task
extends Runnable

Interface for detecting when a Runnable Task has completed.


Method Summary
 boolean isDone()
          Indicate if the task has completed.
 void setDone(boolean fDone)
          Specify if the task has completed.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setDone

void setDone(boolean fDone)
Specify if the task has completed.

Parameters:
fDone - true if the task has completed its execution.

isDone

boolean isDone()
Indicate if the task has completed.

Returns:
true if the task has completed its execution

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation