org.apache.jcs.engine
Class CacheEventQueue.PutEvent

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

private class CacheEventQueue.PutEvent
extends CacheEventQueue.AbstractCacheEvent

Author:
asmuts

Field Summary
private  ICacheElement ice
           
 
Constructor Summary
(package private) CacheEventQueue.PutEvent(ICacheElement ice)
          Constructor for the PutEvent 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

ice

private ICacheElement ice
Constructor Detail

CacheEventQueue.PutEvent

CacheEventQueue.PutEvent(ICacheElement ice)
                   throws java.io.IOException
Constructor for the PutEvent object

Parameters:
ice -
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