| Constructor and Description |
|---|
StabilityComputation() |
| Modifier and Type | Method and Description |
|---|---|
Map<StabilityChecker,StabilityResult> |
getStabilityResult()
Checks and retrieve the individual stability check result.
|
boolean |
isStable()
Checks whether the current framework is stable or not.
|
void |
start(org.osgi.framework.BundleContext context)
Stores the bundle context, and expose the stability service.
|
void |
stop(org.osgi.framework.BundleContext context)
Unregister the stability service.
|
boolean |
waitForStability()
Waits for the stability to be reached.
|
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic boolean isStable()
public boolean waitForStability()
waitForStability in interface Stabilitypublic Map<StabilityChecker,StabilityResult> getStabilityResult()
getStabilityResult in interface StabilityCopyright © 2009–2015 OW2 Chameleon. All rights reserved.