org.apache.jcs.engine
Class AbstractCacheEventQueue.AbstractCacheEvent
java.lang.Object
org.apache.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- AbstractCacheEventQueue.DisposeEvent, AbstractCacheEventQueue.PutEvent, AbstractCacheEventQueue.RemoveAllEvent, AbstractCacheEventQueue.RemoveEvent
- Enclosing class:
- AbstractCacheEventQueue<K extends Serializable,V extends Serializable>
protected abstract class AbstractCacheEventQueue.AbstractCacheEvent
- extends Object
- implements Runnable
Retries before declaring failure.
- Author:
- asmuts
|
Method Summary |
protected abstract void |
doRun()
|
void |
run()
Main processing method for the AbstractCacheEvent object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCacheEventQueue.AbstractCacheEvent
protected AbstractCacheEventQueue.AbstractCacheEvent()
run
public void run()
- Main processing method for the AbstractCacheEvent object
- Specified by:
run in interface Runnable
doRun
protected abstract void doRun()
throws IOException
- Throws:
IOException
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.