| Package | Description |
|---|---|
| org.appdapter.api.registry |
Our Registry system allows objects to be registered and looked up in a type-safe manner,
with optionally guarded result size, and flexibility in result delivery to client code.
|
| Modifier and Type | Method and Description |
|---|---|
Receiver.Status |
ResultSequence.deliverResult(OT obj) |
Receiver.Status |
ResultSequence.getLastReceiverStatus() |
Receiver.Status |
Receiver.receiveMatch(OC match,
ResultSequence<OC> seq,
long seqIndex) |
static Receiver.Status |
Receiver.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Receiver.Status[] |
Receiver.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2015. All Rights Reserved.