|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WatchDogException | |
org.sadun.util.pool.connection | The Connection pool package. |
org.sadun.util.watchdog | The Watchdog implementation package. |
org.sadun.util.watchdog.listeners | |
org.sadun.util.watchdog.mbean | NOT COMPLETE YET The WatchDog JMX instrumentation. |
org.sadun.util.watchdog.mbean.action |
Uses of WatchDogException in org.sadun.util.pool.connection |
Methods in org.sadun.util.pool.connection with parameters of type WatchDogException | |
void |
ManagedConnectionPool.checkImpossible(java.lang.Object obj,
WatchDogException e)
|
Uses of WatchDogException in org.sadun.util.watchdog |
Methods in org.sadun.util.watchdog with parameters of type WatchDogException | |
void |
WatchDog.Listener.checkImpossible(java.lang.Object obj,
WatchDogException e)
Notifies the listener that a check could not be performed. |
void |
WatchDog.BaseListener.checkImpossible(java.lang.Object obj,
WatchDogException e)
Invoke checkFailed() passing
the received WatchDogException . |
void |
TWatchDogListener.checkImpossible(java.lang.Object obj,
WatchDogException e)
|
Methods in org.sadun.util.watchdog that throw WatchDogException | |
protected abstract java.lang.Throwable |
WatchDog.doCheck(java.lang.Object obj)
Perform the required check. |
Uses of WatchDogException in org.sadun.util.watchdog.listeners |
Methods in org.sadun.util.watchdog.listeners that return WatchDogException | |
WatchDogException[] |
MaxRetryExceededException.getOutcomes()
Return the ordered results of the failed retries. |
Methods in org.sadun.util.watchdog.listeners with parameters of type WatchDogException | |
void |
WaitAndRetryListener.checkImpossible(java.lang.Object obj,
WatchDogException e)
|
Uses of WatchDogException in org.sadun.util.watchdog.mbean |
Methods in org.sadun.util.watchdog.mbean that throw WatchDogException | |
java.lang.Throwable |
ManagedWatchDogMBean.CheckAction.doCheck(java.lang.Object obj)
Perform the required check. |
Uses of WatchDogException in org.sadun.util.watchdog.mbean.action |
Methods in org.sadun.util.watchdog.mbean.action that throw WatchDogException | |
java.lang.Throwable |
ConnectURLAction.doCheck(java.lang.Object obj)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |