org.apache.jcs.engine
Class AbstractCacheEventQueue.DisposeEvent

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

protected class AbstractCacheEventQueue.DisposeEvent
extends AbstractCacheEventQueue.AbstractCacheEvent

The cache should be disposed when this event is processed.

Author:
asmuts

Constructor Summary
protected AbstractCacheEventQueue.DisposeEvent()
           
 
Method Summary
protected  void doRun()
          Called when gets to the end of the queue
 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
 

Constructor Detail

AbstractCacheEventQueue.DisposeEvent

protected AbstractCacheEventQueue.DisposeEvent()
Method Detail

doRun

protected void doRun()
              throws IOException
Called when gets to the end of the queue

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

toString

public String toString()
For debugging.

Overrides:
toString in class Object
Returns:
The name of the event.


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