Object |
Framework.getService(String name) |
Provide an easy access to services based on service name.
|
Object |
Framework.getService(String name,
String filter) |
Provides easy access to services based on service name and optional
filter.
|
abstract Object |
FrameworkBase.getService(String name) |
|
abstract Object |
FrameworkBase.getService(String name,
String filter) |
|
Object[] |
Framework.getServices(String name) |
Provide an easy access to services based on service name.
|
Object[] |
Framework.getServices(String name,
String filter) |
Provides easy access to services based on service name and optional
filter.
|
protected abstract boolean |
FrameworkBase.initialize() |
Initializes the framework based on the configured system bundles.
|
protected abstract void |
FrameworkBase.restart() |
Restarts the framework based on the state in the configured cachedirectory.
|
protected abstract void |
FrameworkBase.shutdown() |
Shuts down the framework.
|
void |
Framework.start() |
Start the OSGi impl.
|
void |
FrameworkBase.start() |
|
void |
Framework.stop() |
Stop the OSGi impl.
|
void |
FrameworkBase.stop() |
|