|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Description of the Class
Field Summary | |
private boolean |
alright
|
private RemoteCacheNoWaitFacade |
facade
|
private static long |
idlePeriod
|
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade facade)
Constructor for the RemoteCacheFailoverRunner object |
Method Summary | |
private void |
bad()
Sets the "alright" flag to false in a critial section. |
void |
notifyError()
Notifies the cache monitor that an error occurred, and kicks off the error recovery process. |
void |
run()
Main processing method for the RemoteCacheFailoverRunner object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
private RemoteCacheNoWaitFacade facade
private static long idlePeriod
private boolean alright
Constructor Detail |
public RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade facade)
facade
- Method Detail |
public void notifyError()
public void run()
run
in interface java.lang.Runnable
private void bad()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |