A B C D E F G H I J L M O P Q R S T U V W X Z

W

Worker - Class in guarana.toolkit.engine
A thread object used by the Scheduler to execute tasks.
Worker(String, WorkQueue) - Constructor for class guarana.toolkit.engine.Worker
Constructs a new worker with a given name and a source work queue.
WorkQueue - Class in guarana.toolkit.engine
A priority queue that contains work units ready to be executed.
WorkQueue() - Constructor for class guarana.toolkit.engine.WorkQueue
Constructs a new work queue.
workQueueSize() - Method in class guarana.toolkit.engine.Scheduler
Returns the number of elements in the work queue.
WorkUnit - Class in guarana.toolkit.engine
Represents a wrapper for tasks that can be executed.
WorkUnit(Task, long) - Constructor for class guarana.toolkit.engine.WorkUnit
Creates a work unit for a given Task which must be processed on the specified date or latter.
WorkUnit(Task) - Constructor for class guarana.toolkit.engine.WorkUnit
Creates a work unit for a given Task which can be processed instantaneously.
write(Message<?>) - Method in interface guarana.toolkit.adapter.IExitAdapter
Writes the message to the passive resource.
write(Message<?>) - Method in class guarana.toolkit.adapter.jbi.JbiExitResourceAdapter
Writes a message to the remote object via its stub.
write(Message<?>) - Method in class guarana.toolkit.adapter.rmi.RMIExitAdapter
Writes the message to the passive resource.

A B C D E F G H I J L M O P Q R S T U V W X Z
Guaranį DSL Home