| 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 | Interface and Description |
|---|---|
interface |
SimpleFinder<OT>
Additional Finder methods which do not require the user to supply a Receiver.
|
| Modifier and Type | Field and Description |
|---|---|
Finder<OT> |
ResultSequence.myFinder |
| Modifier and Type | Method and Description |
|---|---|
<OT> Finder<OT> |
Registry.getFinder(Class<OT> objClaz) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFinder<OT> |
| Modifier and Type | Method and Description |
|---|---|
<OT> Finder<OT> |
BasicRegistry.getFinder(Class<OT> objClaz) |
Copyright © 2010-2015. All Rights Reserved.