| Package | Description |
|---|---|
| org.ow2.chameleon.core.activators | |
| org.ow2.chameleon.core.services |
| Modifier and Type | Method and Description |
|---|---|
StabilityResult |
ServiceStabilityChecker.check()
Tries to reach the stability criteria checked by the current checker.
|
StabilityResult |
IPojoProcessingStabilityChecker.check()
Tries to reach the stability criteria checked by the current checker.
|
StabilityResult |
BundleStabilityChecker.check()
Tries to reach the stability criteria checked by the current checker.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StabilityChecker,StabilityResult> |
StabilityComputation.getStabilityResult()
Checks and retrieve the individual stability check result.
|
| Modifier and Type | Method and Description |
|---|---|
StabilityResult |
StabilityChecker.check()
Tries to reach the stability criteria checked by the current checker.
|
static StabilityResult |
StabilityResult.notAvailable() |
static StabilityResult |
StabilityResult.stable() |
static StabilityResult |
StabilityResult.unstable(String reason)
Creates a result when stability cannot be reached.
|
static StabilityResult |
StabilityResult.unstable(String reason,
Throwable cause)
Creates a result when stability cannot be reached.
|
static StabilityResult |
StabilityResult.unstable(Throwable cause)
Creates a result when stability cannot be reached.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StabilityChecker,StabilityResult> |
Stability.getStabilityResult()
Checks and retrieve the individual stability check result.
|
Copyright © 2009–2015 OW2 Chameleon. All rights reserved.