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, resultpublic ICheckResult checkStatus(Locale locale)
AbstractCheck
 Note: default implementation ensure compatibility with old check by
 calling AbstractCheck.checkStatus()
checkStatus in interface ICheckcheckStatus in class AbstractChecklocale - locale to used for description and resolution steps.public String getGroup()
public String getName()
public void setConfiguration(Properties configuration)
setConfiguration in interface IConfigurationAwaresetConfiguration in class AbstractCheckCopyright © 2010–2016. All rights reserved.