Uses of Package
org.jppf.server.queue

Packages that use org.jppf.server.queue
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.job Support for job management in the server. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.queue Classes supporting the tasks queuing mechanism. 
 

Classes in org.jppf.server.queue used by org.jppf.server
JPPFQueue
          Implementation of a generic non-blocking queue, to allow asynchronous access from a large number of threads.
 

Classes in org.jppf.server.queue used by org.jppf.server.job
QueueEvent
          Instances of this class represent JPPFQueue events.
QueueListener
          Queue listener interface.
 

Classes in org.jppf.server.queue used by org.jppf.server.nio.nodeserver
JPPFQueue
          Implementation of a generic non-blocking queue, to allow asynchronous access from a large number of threads.
 

Classes in org.jppf.server.queue used by org.jppf.server.queue
AbstractJPPFQueue
          Abstract superclass for all JPPFQueue implementations.
JPPFPriority
          Encapsulation of an integer value as a priority.
JPPFQueue
          Implementation of a generic non-blocking queue, to allow asynchronous access from a large number of threads.
QueueEvent
          Instances of this class represent JPPFQueue events.
QueueListener
          Queue listener interface.
 



Copyright © 2005-2010 JPPF Team.