Package net.sourceforge.acelogger.execution.manager

Provides execution related capabilities like execution monitoring and notification.

See:
          Description


Interface Summary
ExecutorManager A interface providing task execution abstraction.
 

Class Summary
BaseExecutorManager Abstracts all common tasks for ExecutorManager.
BaseUtilConcurrentExecutorManager Abstracts all common tasks for ExecutorManager based on ExecutorService.
EmptyExecutorManager A implementation of ExecutorManager that do nothing.
PooledExecutorManager An implementation of ExecutorManager that runs tasks asynchronously, so the caller do not get blocked until task completion.
QueuedExecutorManager An implementation of ExecutorManager that runs tasks asynchronously, so the caller do not get blocked until task completion.
SynchronousExecutorManager An implementation of ExecutorManager that executes tasks synchronously in the same caller's thread.
 

Package net.sourceforge.acelogger.execution.manager Description

Provides execution related capabilities like execution monitoring and notification.



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.