Modifier and Type | Method and Description |
---|---|
static ObjectQ.WaitOption |
ObjectQ.WaitOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectQ.WaitOption[] |
ObjectQ.WaitOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Envelope |
Transport.receive(Handle handle,
ObjectQ.WaitOption waitOption)
Receive an envelope on a specified queue.
|
abstract Envelope |
Transport.receive(Handle handle,
ObjectQ.WaitOption waitOption,
Selector selector)
Receive an envelope selectively on a specified queue.
|
abstract Envelope |
Transport.receive(ObjectQ.WaitOption waitOption)
Receive an envelope on the primary queue.
|
abstract Envelope |
Transport.receive(ObjectQ.WaitOption waitOption,
Selector selector)
Receive an envelope selectively on the primary queue.
|