|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILateralCacheManager
This helps ensure some common behavior among LateraLCacheManagers for things such as monitors.
| Method Summary | |
|---|---|
void |
fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService,
ILateralCacheObserver lateralWatch)
Sets the corrected service. |
Object |
fixService()
The restore calls this on the manger if a cache if found to be in error. |
Map<String,LateralCacheNoWait<? extends Serializable,? extends Serializable>> |
getCaches()
This is a temporary solution that allows the monitor to get caches from an instance of a manager. |
Map<String,? extends ILateralCacheManager> |
getInstances()
This is a temporary solution that allows the monitor to get the instances of a manager. |
| Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheManager |
|---|
getCache |
| Method Detail |
|---|
Map<String,? extends ILateralCacheManager> getInstances()
Map<String,LateralCacheNoWait<? extends Serializable,? extends Serializable>> getCaches()
Object fixService()
throws IOException
IOException - if the service cannot be fixed.
void fixCaches(ICacheServiceNonLocal<Serializable,Serializable> lateralService,
ILateralCacheObserver lateralWatch)
lateralService - lateralWatch -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||