|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A generic interface for a buffer that holds any Java objects.
Method Summary | |
---|---|
java.lang.Object |
get()
Get an object from the Buffer |
void |
put(java.lang.Object obj)
Put an object into the Buffer |
Method Detail |
public java.lang.Object get() throws java.lang.InterruptedException
java.lang.InterruptedException
- Thrown when a thread is waiting, sleeping, or otherwise paused for
a long time and another thread interrupts it using the
interrupt
method in class Thread
public void put(java.lang.Object obj) throws java.lang.InterruptedException
obj
- java.lang.Object
java.lang.InterruptedException
- Thrown when a thread is waiting, sleeping, or otherwise paused for
a long time and another thread interrupts it using the
interrupt
method in class Thread
.
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |