org.apache.jcs.engine
Class AbstractCacheEventQueue.AbstractCacheEvent

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractCacheEventQueue.AbstractCacheEvent()
           
 
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
 

Constructor Detail

AbstractCacheEventQueue.AbstractCacheEvent

protected AbstractCacheEventQueue.AbstractCacheEvent()
Method Detail

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.