Public Member Functions | |
void | badState (TestResource resource, String stateName) |
boolean | resourceUnreachable (TestResource resource) |
void | resourceRecovered (TestResource resource) |
Package Functions | |
TestErrorHandler (Logger logger) | |
void | resetCounters () |
int | getBadStateCount () |
int | getUnreachableCount () |
boolean | isPermanentlyUnreachable () |
void | setIsPermanentlyUnreachable (boolean isPermanentlyUnreachable) |
void | setUnreachabilitySync (CountDownLatch sync) |
Private Attributes | |
final Logger | logger |
volatile int | badStateCount |
volatile int | unreachableCount |
boolean | isPermanentlyUnreachable |
volatile CountDownLatch | unreachabilitySync |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|