All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.util.thread.Buffer

java.lang.Object
   |
   +----aid.util.thread.Buffer

public class Buffer
extends Object

Constructor Index

 o Buffer()

Method Index

 o get()
 o get(long)
 o getEquals(Object)
 o getEquals(Object, long)
 o put(Object)

Constructors

 o Buffer
 public Buffer()

Methods

 o put
 public synchronized void put(Object element)
 o get
 public synchronized Object get() throws InterruptedException
 o get
 public synchronized Object get(long timeout) throws InterruptedException
 o getEquals
 public synchronized Object getEquals(Object o) throws InterruptedException
 o getEquals
 public synchronized Object getEquals(Object o,
                                      long timeout) throws InterruptedException

All Packages  Class Hierarchy  This Package  Previous  Next  Index