Package org.omegahat.Environment.TaskManagement

Classes to manage tasks, by manipulating queues of objects that implement the Task interface.

See:
          Description

Interface Summary
DistributedTaskConstants  
DistributedTaskListener  
NamedServerPool  
ServerPool This is an interface describing the operations used currently in the task management pertaining to the pool of servers.
Task Simple interface abstracting the concept of a deferred action A class implementing this interface is capable of evaluating its action in the absence of additional context.
 

Class Summary
BasicNamedServerPool A simple
BasicServerPool Simple implementation of the ServerPool interface that allows one to populate the container with CORBA objects.
DistributedTaskEvent This class is used to represent an event in the distributed task management setup.
SimulationManager Objects to manage a set of tasks defining a simulation.
SimulationTask A task designed to be evaluated during a simulation.
TaskManager  
TaskQueue  
 

Package org.omegahat.Environment.TaskManagement Description

Classes to manage tasks, by manipulating queues of objects that implement the Task interface.