Uses of Class
guarana.toolkit.engine.WorkUnit

Packages that use WorkUnit
guarana.toolkit.engine Provides an asynchronous and multi-thread runtime system to execute EAI Solutions. 
 

Uses of WorkUnit in guarana.toolkit.engine
 

Methods in guarana.toolkit.engine that return WorkUnit
 WorkUnit WorkQueue.poll()
          Polls an element from the queue.
 

Methods in guarana.toolkit.engine with parameters of type WorkUnit
 boolean WorkQueue.add(WorkUnit element)
          Adds an element to this queue.
 int WorkUnit.compareTo(WorkUnit workUnit)
          Compares the current work unit with another one.
 



Guaranį DSL Home