|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registry | |
|---|---|
| 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.osgi.registry | Utility methods for using the OSGi service facilities to register and look up an Appdapter registry. |
| org.appdapter.registry.basic | The "Basic" Registry system provides a simple implementation of the Registry interfaces and concepts. |
| Uses of Registry in org.appdapter.api.registry |
|---|
| Subinterfaces of Registry in org.appdapter.api.registry | |
|---|---|
interface |
SimpleRegistry
Additional Registry methods which simply ther process of looking for a single matching object, or all matching objects, for clients who do not wish to work directly with Finders and Receivers. |
interface |
VerySimpleRegistry
Additional Registry methods making it easy to look up an object by exact match to the name field of its description. |
| Uses of Registry in org.appdapter.osgi.registry |
|---|
| Methods in org.appdapter.osgi.registry with type parameters of type Registry | ||
|---|---|---|
static
|
RegistryServiceFuncs.lookupTheWellKnownRegistry(org.osgi.framework.BundleContext bundleCtx,
Class<RT> rtClazz)
Requires OSGi context. |
|
static
|
RegistryServiceFuncs.registerTheWellKnownRegistry(org.osgi.framework.BundleContext bundleCtx,
Class<RT> regClazz,
RT wellKnownReg)
Requires OSGi context. |
|
| Uses of Registry in org.appdapter.registry.basic |
|---|
| Classes in org.appdapter.registry.basic that implement Registry | |
|---|---|
class |
BasicRegistry
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||