|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DiagnoseException in com.philemonworks.selfdiagnose |
---|
Methods in com.philemonworks.selfdiagnose that throw DiagnoseException | |
---|---|
static Connection |
DiagnoseUtil.getDataSourceConnection(String datasourceName)
Get a DataSource connection using JNDI. |
Object |
ExecutionContext.getValue(String expression)
Return the stored value for a variable. |
static Object |
DiagnoseUtil.newInstance(Class instanceClass,
Object[] constructorArguments)
Performs the constructing of a new instance from a Class. |
static Object |
DiagnoseUtil.perform(Object receiver,
String methodName)
|
static Object |
DiagnoseUtil.perform(Object receiver,
String methodName,
Object[] arguments)
Can invoke both instance and static methods on the receiver |
static Object |
DiagnoseUtil.perform(Object receiver,
String methodName,
Object[] arguments,
Class[] types)
Can invoke both instance and static methods on the receiver |
String |
ExecutionContext.resolveString(String valueOrExpression)
Checks and makes sure the return value is a String |
Object |
ExecutionContext.resolveValue(String valueOrExpression)
The argument is either a value or an expression. |
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)
|
void |
DiagnosticTask.setUp(ExecutionContext ctx)
Override this method to verify that task parameters are initialized/set correctly. |
void |
CustomDiagnosticTask.setUp(ExecutionContext ctx)
|
void |
ExecutionContext.setValue(String variableName,
Object newValue)
Store the value for a variable unless no variable was specified (== null) |
static void |
DiagnoseUtil.verifyNonEmptyString(String variableName,
Object value,
Class owner)
Test that the value is a non empty String. |
static void |
DiagnoseUtil.verifyNotNull(String variableName,
Object value,
Class owner)
Test that the value is not null. |
Uses of DiagnoseException in com.philemonworks.selfdiagnose.check |
---|
Methods in com.philemonworks.selfdiagnose.check that throw DiagnoseException | |
---|---|
protected Object |
CheckMBeanProperty.accessAttributeFromMBean(ObjectName nodeAgent,
MBeanServer server)
Access the attribute of the MBean using the MBeanServer |
protected void |
CheckProperty.checkPropertyAccess()
|
protected void |
CheckBeanProperty.checkPropertyAccess()
|
protected MBeanServer |
CheckMBeanProperty.getMBeanServer()
Create a new MBeanServer. |
protected Properties |
CheckResourceProperty.getProperties(ExecutionContext ctx)
|
protected Object |
CheckMBeanProperty.invokeOperationOnMBean(ObjectName nodeAgent,
MBeanServer server)
Invoke the method on the MBean using the MBeanServer |
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)
|
void |
CheckXMLContent.setUp(ExecutionContext ctx)
|
void |
CheckValidURL.setUp(ExecutionContext ctx)
|
void |
CheckURLReachable.setUp(ExecutionContext ctx)
|
void |
CheckResourceProperty.setUp(ExecutionContext ctx)
|
void |
CheckResourceBundleKey.setUp(ExecutionContext ctx)
|
void |
CheckResourceAccessible.setUp(ExecutionContext ctx)
|
void |
CheckPropertyValuesAreJavaTypes.setUp(ExecutionContext ctx)
|
void |
CheckProperty.setUp(ExecutionContext ctx)
|
void |
CheckMBeanProperty.setUp(ExecutionContext ctx)
Override this method to verify that task parameters are initialized/set correctly. |
void |
CheckJNDIBinding.setUp(ExecutionContext ctx)
|
void |
CheckHttpRequestHeader.setUp(ExecutionContext ctx)
|
void |
CheckFileContainsString.setUp(ExecutionContext ctx)
|
void |
CheckDirectoryAccessible.setUp(ExecutionContext ctx)
|
void |
CheckDatasourceConnectable.setUp(ExecutionContext ctx)
|
void |
CheckDatabaseTableExists.setUp(ExecutionContext ctx)
|
void |
CheckClassLoadable.setUp(ExecutionContext ctx)
|
void |
CheckBeanProperty.setUp(ExecutionContext ctx)
|
Uses of DiagnoseException in com.philemonworks.selfdiagnose.check.vendor |
---|
Methods in com.philemonworks.selfdiagnose.check.vendor that throw DiagnoseException | |
---|---|
protected MBeanServer |
CheckWebsphereJMSListenerPort.getMBeanServer()
Create a new MBeanServer proxy using the specified MBeanFactory class |
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)
|
void |
CheckWebsphereJMSListenerPort.setUp(ExecutionContext ctx)
|
void |
CheckSpringDatasourceConnectable.setUp(ExecutionContext ctx)
|
void |
CheckSpringBeanProperty.setUp(ExecutionContext ctx)
|
void |
CheckEndecaService.setUp(ExecutionContext ctx)
|
void |
CheckAtgComponentProperty.setUp(ExecutionContext ctx)
|
Uses of DiagnoseException in com.philemonworks.selfdiagnose.report |
---|
Methods in com.philemonworks.selfdiagnose.report that throw DiagnoseException | |
---|---|
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)
|
void |
ReportMavenPOMProperties.setUp(ExecutionContext ctx)
|
Uses of DiagnoseException in com.philemonworks.selfdiagnose.report.vendor |
---|
Methods in com.philemonworks.selfdiagnose.report.vendor that throw DiagnoseException | |
---|---|
void |
ReportJamonMonitors.run(ExecutionContext ctx,
DiagnosticTaskResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |