org.apache.jcs.engine
Class CacheEventQueue.RemoveEvent

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

private class CacheEventQueue.RemoveEvent
extends CacheEventQueue.AbstractCacheEvent

Description of the Class

Author:
asmuts

Field Summary
private  java.io.Serializable key
           
 
Constructor Summary
(package private) CacheEventQueue.RemoveEvent(java.io.Serializable key)
          Constructor for the RemoveEvent object
 
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
 

Field Detail

key

private java.io.Serializable key
Constructor Detail

CacheEventQueue.RemoveEvent

CacheEventQueue.RemoveEvent(java.io.Serializable key)
                      throws java.io.IOException
Constructor for the RemoveEvent object

Parameters:
key -
Throws:
java.io.IOException
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