| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExecutorService
Common interface for different executor services.
| Method Summary | |
|---|---|
|  void | cancel(IExecutable task)Cancel a task. | 
|  void | execute(IExecutable task)Execute a task. | 
|  void | resume()Resume the service (all tasks). | 
|  void | resume(IExecutable task)Resume a task. | 
|  void | shutdown()Shutdown the executor service. | 
|  void | suspend()Suspend the service (all tasks). | 
|  void | suspend(IExecutable task)Suspend a task. | 
| Method Detail | 
|---|
void execute(IExecutable task)
task - The task to execute.void cancel(IExecutable task)
task - The task to execute.void suspend(IExecutable task)
task - The task to execute.void resume(IExecutable task)
task - The task to execute.void suspend()
void resume()
void shutdown()
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.