Uses of Class
fipaos.util.Queue

Packages that use Queue
fipaos.util 

Uses of Queue in fipaos.util
 

Subclasses of Queue in fipaos.util
class FIFOQueue
          This is a simple queue which provides blocking and non-blocking
methods for getting the next element in the queue



class LIFOQueue
          This is a simple queue which provides blocking and non-blocking
methods for getting the next element in the queue



 

Constructors in fipaos.util with parameters of type Queue
Monitor.Monitor(Queue queue, MonitorListener ml, int priority)
          Constructor - starts threads running
Monitor.Monitor(Queue queue, MonitorListener ml)
          Constructor - starts threads running
MultiThreadedMonitor.MultiThreadedMonitor(Queue queue, int threads)
          Constructor - starts threads running