org.apache.jcs.engine
Class CacheEventQueue.DisposeEvent

java.lang.Object
  extended byorg.apache.jcs.engine.CacheEventQueue.AbstractCacheEvent
      extended byorg.apache.jcs.engine.CacheEventQueue.DisposeEvent
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CacheEventQueue

private class CacheEventQueue.DisposeEvent
extends CacheEventQueue.AbstractCacheEvent

Description of the Class

Author:
asmuts

Constructor Summary
private CacheEventQueue.DisposeEvent()
           
 
Method Summary
protected  void doRun()
          Description of the Method
 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

CacheEventQueue.DisposeEvent

private CacheEventQueue.DisposeEvent()
Method Detail

doRun

protected void doRun()
              throws java.io.IOException
Description of the Method

Specified by:
doRun in class CacheEventQueue.AbstractCacheEvent
Throws:
java.io.IOException

run

public void run()
Main processing method for the AbstractCacheEvent object

Specified by:
run in interface java.lang.Runnable