| 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.
|
| org.appdapter.registry.basic |
The "Basic" Registry system provides a simple implementation of the
Registry interfaces and concepts.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSequence |
Finder.deliverMatchesUntilDone(Pattern p,
Receiver<OC> r) |
| Modifier and Type | Method and Description |
|---|---|
void |
Finder.killDeliverySequence(ResultSequence resultSeq) |
Receiver.Status |
Receiver.receiveMatch(OC match,
ResultSequence<OC> seq,
long seqIndex) |
| Modifier and Type | Method and Description |
|---|---|
ResultSequence<OT> |
BasicFinder.deliverMatchesUntilDone(Pattern p,
Receiver<OT> r) |
protected ResultSequence<OT> |
BasicFinder.makeResultSequence(Pattern p,
Receiver<OT> r) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicFinder.killDeliverySequence(ResultSequence resultSeq) |
Copyright © 2010-2015. All Rights Reserved.