|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralCacheRestore
Used to repair the lateral caches managed by the associated instance of LateralCacheManager.
Field Summary | |
private boolean |
canFix
|
private java.lang.Object |
lateralObj
|
private LateralCacheManager |
lcm
|
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
LateralCacheRestore(LateralCacheManager lcm)
Constructs with the given instance of LateralCacheManager. |
Method Summary | |
boolean |
canFix()
Returns true iff the connection to the lateral host for the corresponding cache manager can be successfully re-established. |
void |
fix()
Fixes up all the caches managed by the associated cache manager. |
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 final LateralCacheManager lcm
private boolean canFix
private java.lang.Object lateralObj
Constructor Detail |
public LateralCacheRestore(LateralCacheManager lcm)
lcm
- Method Detail |
public boolean canFix()
canFix
in interface ICacheRestore
public void fix()
fix
in interface ICacheRestore
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |