Public Member Functions | |
void | testMonitorEasy () throws Exception |
void | testResourceCheckException () throws Exception |
void | testResourceUnavailable () throws Exception |
void | testUsageErrorResponse () throws Exception |
Protected Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
Private Attributes | |
SubsysResourceMonitor | subsysResourceMonitor |
Logger | logger |
CleaningDaemonThreadFactory | threadFactory |
Static Private Attributes | |
final int | checkDelaySeconds = 5 |
|
|
|
|
|
Verifies the regular resource status checks under ideal conditions. Also tests the basic functioning of the test handlers and listeners used by this class. |
|
Tests if resource unreachability is propagated to the client when it is not detected by a timeout in the monitoring framework, but by getting a RuntimeException such as TRANSIENT for a Corba resource. |
|
Simulates hanging monitor calls, and tests the notification of the error handler, the creation and reuse of threads, the continuation and eventual termination of monitoring calls. |
|
Tests whether bad user-supplied parameters are handled gracefully.
|
|
|
|
|
|
|
|
|