public class BundleStabilityChecker extends AbstractStabilityChecker
STABILITY_ATTEMPTS, STABILITY_GRACE, TIME_FACTOR| Constructor and Description |
|---|
BundleStabilityChecker(org.osgi.framework.BundleContext context) |
BundleStabilityChecker(org.osgi.framework.BundleContext context,
int max) |
| Modifier and Type | Method and Description |
|---|---|
StabilityResult |
check()
Tries to reach the stability criteria checked by the current checker.
|
static boolean |
getBundleStability(org.osgi.framework.BundleContext bc)
Are bundle stables.
|
String |
getName()
Gets the name of the checker.
|
int |
getPriority()
Gets the checker priority.
|
getDefaultGracePeriodInMillis, getDefaultNumberOfAttempts, getTimeFactor, grace, gracepublic BundleStabilityChecker(org.osgi.framework.BundleContext context)
public BundleStabilityChecker(org.osgi.framework.BundleContext context,
int max)
public String getName()
public int getPriority()
public StabilityResult check()
public static boolean getBundleStability(org.osgi.framework.BundleContext bc)
bc - the bundle contexttrue if every bundles are activated.Copyright © 2009–2015 OW2 Chameleon. All rights reserved.