|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VerySimpleRegistry | |
|---|---|
| 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 VerySimpleRegistry in org.appdapter.osgi.registry |
|---|
| Methods in org.appdapter.osgi.registry that return VerySimpleRegistry | |
|---|---|
static VerySimpleRegistry |
RegistryServiceFuncs.getTheWellKnownRegistry()
Attempts to find OSGi bundle context, using OSG Framework.getBundle(RegistryServiceFuncs.class). |
static VerySimpleRegistry |
RegistryServiceFuncs.getTheWellKnownRegistryUsingOptContext(org.osgi.framework.BundleContext bundleCtx)
Will use the bundleCtx, if it is not null. |
static VerySimpleRegistry |
RegistryServiceFuncs.getTheWellKnownRegistryUsingReqContext(org.osgi.framework.BundleContext bundleCtx)
Use this when you are sure you should be in OSGi, and bundleCtx should not be null. |
static VerySimpleRegistry |
RegistryServiceFuncs.getTheWellKnownStaticRegistry()
Don't use in OSGi context, b/c you will probably wind up with two separate well known registries. |
static VerySimpleRegistry |
RegistryServiceFuncs.lookupTheWellKnownRegistry(org.osgi.framework.BundleContext bundleCtx)
Requires OSGi context. |
| Methods in org.appdapter.osgi.registry with parameters of type VerySimpleRegistry | |
|---|---|
static org.osgi.framework.ServiceRegistration |
RegistryServiceFuncs.registerTheWellKnownRegistry(org.osgi.framework.BundleContext bundleCtx,
VerySimpleRegistry wellKnownReg)
Requires OSGi context. |
| Uses of VerySimpleRegistry in org.appdapter.registry.basic |
|---|
| Classes in org.appdapter.registry.basic that implement VerySimpleRegistry | |
|---|---|
class |
BasicRegistry
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||