public class JvmCheck extends AbstractCheck
FATAL, OK, WARN
Constructor and Description |
---|
JvmCheck() |
Modifier and Type | Method and Description |
---|---|
ICheckResult |
checkStatus(Locale locale)
This method must be overriden and implemented by Checks.
|
String |
getGroup() |
String |
getName() |
void |
setConfiguration(Properties configuration) |
checkStatus, createResult, getConfiguration, result, result
public ICheckResult checkStatus(Locale locale)
AbstractCheck
Note: default implementation ensure compatibility with old check by
calling AbstractCheck.checkStatus()
checkStatus
in interface ICheck
checkStatus
in class AbstractCheck
locale
- locale to used for description and resolution steps.public String getGroup()
public String getName()
public void setConfiguration(Properties configuration)
setConfiguration
in interface IConfigurationAware
setConfiguration
in class AbstractCheck
Copyright © 2010–2016. All rights reserved.