Package org.apache.commons.jcs3.engine
Class AbstractCacheEventQueue.DisposeEvent
java.lang.Object
AbstractCacheEventQueue<K,V>.AbstractCacheEvent
 
org.apache.commons.jcs3.engine.AbstractCacheEventQueue.DisposeEvent
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- AbstractCacheEventQueue<K,V> 
protected class AbstractCacheEventQueue.DisposeEvent
extends AbstractCacheEventQueue<K,V>.AbstractCacheEvent 
The cache should be disposed when this event is processed.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.jcs3.engine.AbstractCacheEventQueue.AbstractCacheEventrun
- 
Constructor Details- 
DisposeEventprotected DisposeEvent()
 
- 
- 
Method Details- 
doRunCalled when gets to the end of the queue- Specified by:
- doRunin class- AbstractCacheEventQueue<K,- V>.AbstractCacheEvent 
- Throws:
- IOException
 
- 
toStringFor debugging.
 
-