com.atlassian.jira.util.system.check
Class JRA15731Check

java.lang.Object
  extended by com.atlassian.jira.util.system.check.JRA15731Check
All Implemented Interfaces:
SystemEnvironmentCheck

public class JRA15731Check
extends Object
implements SystemEnvironmentCheck

If they are using MySQL and if they are using tomcat (or DBCP in some other way) then we can check if they have a validationQuery which is recommended to prevent data corruption when connections time out.

Since:
v4.2

Constructor Summary
JRA15731Check()
           
 
Method Summary
 String getName()
           
 I18nMessage getWarningMessage()
          This method returns the warning message, if no warning is neccessary it returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRA15731Check

public JRA15731Check()
Method Detail

getName

public String getName()

getWarningMessage

public I18nMessage getWarningMessage()
Description copied from interface: SystemEnvironmentCheck
This method returns the warning message, if no warning is neccessary it returns null.

Specified by:
getWarningMessage in interface SystemEnvironmentCheck
Returns:
an I18nMessage or null


Copyright © 2002-2012 Atlassian. All Rights Reserved.