Package com.agentfactory.cldc.scheduler

This is the API specification for the scheduler functionality of AFME.

See:
          Description

Class Summary
AgentRunnable This is an abstract that is used to control the process of executing an agent in the scheduler.
Buffer The Buffer stores tasks that are to be executed by the worker threads.
ExTime The ExTime represents a period at which a task can be executed.
Rand Rand was created because the standard CLDC Random class does not provide a nextInt(int) method, which is required in AFME.
Scheduler The scheduler schedules tasks to be executed at periodic intervals.
ThreadTask In AFME, agents and other tasks are scheduled to execute at periodic intervals.
WorkerThread The worker threads extract tasks from the task buffer and execute them.
 

Package com.agentfactory.cldc.scheduler Description

This is the API specification for the scheduler functionality of AFME. The scheduler is used to schedule agents and other tasks to execute at periodic intervals.