org.apache.jcs.engine
Class AbstractCacheEventQueue.RemoveEvent

java.lang.Object
  extended by org.apache.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
      extended by org.apache.jcs.engine.AbstractCacheEventQueue.RemoveEvent
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractCacheEventQueue<K extends Serializable,V extends Serializable>

protected class AbstractCacheEventQueue.RemoveEvent
extends AbstractCacheEventQueue.AbstractCacheEvent

An element should be removed from the cache.

Author:
asmuts

Method Summary
protected  void doRun()
          Call remove on the listener.
 String toString()
          For debugging.
 
Methods inherited from class org.apache.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

doRun

protected void doRun()
              throws IOException
Call remove on the listener.

Specified by:
doRun in class AbstractCacheEventQueue.AbstractCacheEvent
Throws:
IOException

toString

public String toString()
For debugging.

Overrides:
toString in class Object
Returns:
Info on the key to remove.


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.