| Package | Description |
|---|---|
| net.sf.appstatus.core | |
| net.sf.appstatus.core.check | |
| net.sf.appstatus.core.check.impl | |
| net.sf.appstatus.demo.check |
| Modifier and Type | Method and Description |
|---|---|
List<ICheckResult> |
AppStatus.checkAll() |
List<ICheckResult> |
AppStatus.checkAll(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
ICheckResult |
CheckResultBuilder.build() |
ICheckResult |
AbstractCheck.checkStatus()
Deprecated.
use
AbstractCheck.checkStatus(Locale) instead. |
ICheckResult |
ICheck.checkStatus(Locale locale) |
ICheckResult |
AbstractCheck.checkStatus(Locale locale)
This method must be overriden and implemented by Checks.
|
protected ICheckResult |
AbstractCheck.createResult(int code)
Deprecated.
use
CheckResultBuilder instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusResultImpl
Default Status check result.
|
| Modifier and Type | Method and Description |
|---|---|
ICheckResult |
ServicesPerformanceCheck.checkStatus() |
ICheckResult |
ServicesFailureCheck.checkStatus() |
ICheckResult |
JvmCheck.checkStatus(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
int |
StatusResultImpl.compareTo(ICheckResult otherResult) |
| Modifier and Type | Method and Description |
|---|---|
ICheckResult |
GoogleHttpStatusChecker.checkStatus() |
ICheckResult |
GooglePingStatusChecker.checkStatus() |
ICheckResult |
DummyStatusChecker.checkStatus() |
Copyright © 2010–2016. All rights reserved.