Secure iNet Factory

com.jscape.util.task
Interface Task

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
AuthenticationRequest
All Known Implementing Classes:
AbstractAuthenticationRequest, AbstractComplexRequest, com.jscape.util.task.AbstractTask, ServiceRequest, SuccessiveAttemptRequest, UserDataBasedRequest

public interface Task
extends java.lang.Runnable

Task abstraction.

Version:
1.0
Author:
Alex
See Also:
Source code

Method Summary
 void cancel()
          Cancels task execution.
 boolean isDone()
          Checks if task is done.
 boolean isStarted()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

isStarted

boolean isStarted()

isDone

boolean isDone()
Checks if task is done.

Returns:
true if task is done; false otherwise

cancel

void cancel()
Cancels task execution.


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved