Uses of Class
org.jasig.portal.tools.checks.CheckResult

Packages that use CheckResult
org.jasig.portal.tools.checks   
 

Uses of CheckResult in org.jasig.portal.tools.checks
 

Methods in org.jasig.portal.tools.checks that return CheckResult
static CheckResult CheckResult.createFailure(String message, String remediationAdvice)
          Obtain a CheckResult representing a check that failed -- dependency for which you were checking was not present, thing you asserted to be true wasn't, etc.
static CheckResult CheckResult.createFatalFailure(String message, String remediationAdvice)
          Obtain a CheckResult representing a check that failed and should stop the portal from initializaing -- dependency for which you were checking was not present, thing you asserted to be true wasn't, etc.
static CheckResult CheckResult.createSuccess(String message)
          Obtain a CheckResult representing a check that succeeded -- dependency for which you were checking was present, thing you asserted to be true actually was true, etc.
 CheckResult BaseCheck.doCheck()
           
 CheckResult ICheck.doCheck()
          Perform an arbitrary check.
 CheckResult TimeCheck.doCheck()
           
protected  CheckResult MethodPresenceCheck.doCheckInternal()
           
protected  CheckResult ClassPresenceCheck.doCheckInternal()
           
protected  CheckResult SpringBeanCheck.doCheckInternal()
           
protected abstract  CheckResult BaseCheck.doCheckInternal()
           
protected  CheckResult XalanVersionCheck.doCheckInternal()
           
protected  CheckResult SystemPropertyCheck.doCheckInternal()
           
 CheckResult CheckAndResult.getResult()
           
 

Constructors in org.jasig.portal.tools.checks with parameters of type CheckResult
CheckAndResult(String checkDescription, CheckResult result)
           
 



Copyright © 2010 Jasig. All Rights Reserved.