|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rabbitmq.utility.BlockingCell<ValueOrException<V,E>>
com.rabbitmq.utility.BlockingValueOrException<V,E>
public class BlockingValueOrException<V,E extends java.lang.Throwable>
| Constructor Summary | |
|---|---|
BlockingValueOrException()
|
|
| Method Summary | |
|---|---|
void |
setException(E e)
|
void |
setValue(V v)
|
V |
uninterruptibleGetValue()
|
| Methods inherited from class com.rabbitmq.utility.BlockingCell |
|---|
get, set, setIfUnset, uninterruptibleGet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockingValueOrException()
| Method Detail |
|---|
public void setValue(V v)
public void setException(E e)
public V uninterruptibleGetValue()
throws E extends java.lang.Throwable
E extends java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||