All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Queue

java.lang.Object
   |
   +----JavaGroups.Queue

public class Queue
extends Object

Constructor Index

 o Queue()

Method Index

 o Add(Object)
 o Close()
 o Remove()
 o Remove(long)
 o Reset()
 o Size()
 o toString()

Constructors

 o Queue
 public Queue()

Methods

 o Add
 public void Add(Object msg) throws Exception
 o Remove
 public Object Remove() throws QueueClosed
 o Remove
 public Object Remove(long timeout) throws QueueClosed, TimeoutException
 o Close
 public synchronized void Close()
 o Reset
 public synchronized void Reset()
 o Size
 public int Size()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index