org.apache.jcs.engine
Class AbstractCacheEventQueue.PutEvent

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

protected class AbstractCacheEventQueue.PutEvent
extends AbstractCacheEventQueue.AbstractCacheEvent

An element should be put in the cache.

Author:
asmuts

Method Summary
protected  void doRun()
          Call put 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 put 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 and value.


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