Package | Description |
---|---|
ej.components.registry | |
ej.components.registry.impl | |
ej.components.registry.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleRegistry
Defines bundles registry API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegistry
Default implementation of the bundle registry.
|
class |
FileRegistry
Registry that loads the bundles from a file.
|
Modifier and Type | Method and Description |
---|---|
protected BundleActivator[] |
FileRegistry.loadBundles() |
protected abstract BundleActivator[] |
AbstractRegistry.loadBundles()
Gets the loaded bundles.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleActivatorAdapter
This class is a convenience to implement activators.
|
class |
CompositeActivator
A composite activator wraps several other activators.
|
Modifier and Type | Method and Description |
---|---|
static BundleActivator |
BundleRegistryHelper.loadBundle(java.lang.String className)
Loads a bundle from a class name.
|
Modifier and Type | Method and Description |
---|---|
static void |
BundleRegistryHelper.startup(BundleActivator bundle)
Initializes, links and starts a bundle.
|
Constructor and Description |
---|
CompositeActivator(BundleActivator[] bundles)
Creates a composite activator with its list of inner activators.
|