|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose |
---|
Subclasses of DiagnosticTaskResult in com.philemonworks.selfdiagnose | |
---|---|
class |
CompositeDiagnosticTaskResult
CompositeDiagnosticTaskResult is |
Methods in com.philemonworks.selfdiagnose that return DiagnosticTaskResult | |
---|---|
DiagnosticTaskResult |
DiagnosticTask.createResult()
Return an object to store the results of running the receiver. |
DiagnosticTaskResult |
CustomDiagnosticTask.createResult()
|
DiagnosticTaskResult |
CollectionIteratorTask.createResult()
|
DiagnosticTaskResult |
DiagnosticTask.run()
Run the task and answer the result. |
DiagnosticTaskResult |
DiagnosticTask.run(ExecutionContext ctx)
Run the task and answer the result. |
Methods in com.philemonworks.selfdiagnose with parameters of type DiagnosticTaskResult | |
---|---|
void |
CompositeDiagnosticTaskResult.addResult(DiagnosticTaskResult result)
|
protected void |
PatternMatchingTask.checkValueAgainstPattern(DiagnosticTaskResult result,
String receiver,
String accessKind,
String propertyName,
Object value)
|
abstract void |
DiagnosticTask.run(ExecutionContext ctx,
DiagnosticTaskResult result)
Run the task. |
void |
CustomDiagnosticTask.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CollectionIteratorTask.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
Method parameters in com.philemonworks.selfdiagnose with type arguments of type DiagnosticTaskResult | |
---|---|
void |
DiagnosticTaskResult.addToResults(List<DiagnosticTaskResult> results)
Dispatch method exists because of CompositeDiagnosticTaskResult. |
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose.check |
---|
Methods in com.philemonworks.selfdiagnose.check that return DiagnosticTaskResult | |
---|---|
DiagnosticTaskResult |
CheckPropertyValuesAreJavaTypes.createResult()
This method is redefined such that the run method will get a composed result for its argument. |
Methods in com.philemonworks.selfdiagnose.check with parameters of type DiagnosticTaskResult | |
---|---|
protected Object |
CheckMBeanProperty.invokePropertyOnMBean(DiagnosticTaskResult result)
Find the MBean and invoke the property as a method |
void |
CheckXMLContent.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckValueMatches.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckValidURL.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckURLReachable.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckSystemProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckResourceProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
(non-Javadoc) |
void |
CheckResourceBundleKey.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckResourceAccessible.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckPropertyValuesAreJavaTypes.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckMBeanProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckJNDIBinding.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckHttpRequestHeader.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckFileContainsString.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckDirectoryAccessible.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckDatasourceConnectable.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckDatabaseTableExists.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckClassLoadable.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckBeanProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose.check.vendor |
---|
Methods in com.philemonworks.selfdiagnose.check.vendor with parameters of type DiagnosticTaskResult | |
---|---|
void |
CheckWebsphereJMSListenerPort.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckSpringDatasourceConnectable.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckSpringBeanProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckEndecaService.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
CheckAtgComponentProperty.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose.output |
---|
Fields in com.philemonworks.selfdiagnose.output with type parameters of type DiagnosticTaskResult | |
---|---|
List<DiagnosticTaskResult> |
DiagnoseRun.results
|
Methods in com.philemonworks.selfdiagnose.output with parameters of type DiagnosticTaskResult | |
---|---|
protected void |
HTMLReporter.append(DiagnosticTaskResult result)
|
void |
XMLReporter.report(DiagnosticTaskResult result)
|
protected void |
HTMLReporter.write(DiagnosticTaskResult result)
|
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose.report |
---|
Methods in com.philemonworks.selfdiagnose.report that return DiagnosticTaskResult | |
---|---|
DiagnosticTaskResult |
ReportProperties.createResult()
This method is redefined such that the run method will get a composed result for its argument. |
DiagnosticTaskResult |
ReportMap.createResult()
This method is redefined such that the run method will get a composed result for its argument. |
Methods in com.philemonworks.selfdiagnose.report with parameters of type DiagnosticTaskResult | |
---|---|
void |
ReportProperties.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
ReportMavenPOMProperties.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
ReportMap.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
void |
ReportJVMRuntimeMemory.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
Uses of DiagnosticTaskResult in com.philemonworks.selfdiagnose.report.vendor |
---|
Methods in com.philemonworks.selfdiagnose.report.vendor that return DiagnosticTaskResult | |
---|---|
DiagnosticTaskResult |
ReportJamonMonitors.createResult()
This method is redefined such that the run method will get a composed result for its argument. |
Methods in com.philemonworks.selfdiagnose.report.vendor with parameters of type DiagnosticTaskResult | |
---|---|
void |
ReportJamonMonitors.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |