|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cache.hashbelt.reaper.AbstractReaper
public abstract class AbstractReaper
Abstract base class all reapers have to extend. It allows the hsahbelt implementation to pass a reference to itself to the reaper.
| Constructor Summary | |
|---|---|
AbstractReaper()
|
|
| Method Summary | |
|---|---|
Cache |
getCache()
Set the hashbelt this reaper is responsable for. |
void |
setCache(Cache owner)
Set the hashbelt this reaper is responsable for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.castor.cache.hashbelt.reaper.Reaper |
|---|
handleExpiredContainer |
| Constructor Detail |
|---|
public AbstractReaper()
| Method Detail |
|---|
public final void setCache(Cache owner)
owner - The hashbelt.public final Cache getCache()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||