|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| ICheck | A single runtime check that to be performed to validate an application deployment. |
| ICheckRunner | Interface for objects that execute IChecks and return Lists of CheckAndResult objects. |
| Class Summary | |
|---|---|
| BaseCheck | |
| CheckAndResult | Represents a description of a check as well as the result of having performed that check. |
| CheckResult | Object representing the result of a check. |
| ChecksServlet | A Servlet which renders the results of the checks. |
| ClassPresenceCheck | Checks that a class named as a constructor argument is present. |
| InitializingCheckRunner | Runs an injected ICheckRunner when InitializingCheckRunner.afterPropertiesSet() is called and
logs the results. |
| MethodPresenceCheck | Allows for checking if a method exists on a class |
| SafeCheckRunner | Runs a list of IChecks with type checking and exception handling to ensure every
check gets run and that the SafeCheckRunner.doChecks() will always return correctly. |
| SpringBeanCheck | Check that a particular named Spring bean is defined. |
| SystemPropertyCheck | |
| TimeCheck | An example ICheck implementation which is just a diagnostic and not an assertion. |
| XalanVersionCheck | Checks the Xalan version against a configured value. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||