public class ServiceStabilityChecker extends AbstractStabilityChecker
It checks that there are not service that have appeared or disappeared on a time window.
| Constructor and Description |
|---|
ServiceStabilityChecker(org.osgi.framework.BundleContext context) |
ServiceStabilityChecker(org.osgi.framework.BundleContext context,
int maxAttempt) |
| Modifier and Type | Method and Description |
|---|---|
StabilityResult |
check()
Tries to reach the stability criteria checked by the current checker.
|
String |
getName()
Gets the name of the checker.
|
int |
getPriority()
Gets the checker priority.
|
getTimeFactor, gracepublic ServiceStabilityChecker(org.osgi.framework.BundleContext context)
public ServiceStabilityChecker(org.osgi.framework.BundleContext context,
int maxAttempt)
public String getName()
public int getPriority()
public StabilityResult check()
Copyright © 2009–2015 OW2 Chameleon. All rights reserved.