org.tigris.scarab.pipeline
Class ResetCacheValve

java.lang.Object
  extended byorg.apache.turbine.pipeline.AbstractValve
      extended byorg.tigris.scarab.pipeline.ResetCacheValve
All Implemented Interfaces:
org.apache.turbine.Valve

public final class ResetCacheValve
extends org.apache.turbine.pipeline.AbstractValve

This valve resets the cache that is used by business objects to avoid multiple, duplicate db queries.

Version:
$Id: ResetCacheValve.java 7365 2003-03-15 21:56:59Z jon $
Author:
John McNally

Constructor Summary
ResetCacheValve()
           
 
Method Summary
 void invoke(org.apache.turbine.RunData data, org.apache.turbine.ValveContext context)
           
 
Methods inherited from class org.apache.turbine.pipeline.AbstractValve
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetCacheValve

public ResetCacheValve()
Method Detail

invoke

public final void invoke(org.apache.turbine.RunData data,
                         org.apache.turbine.ValveContext context)
                  throws java.io.IOException,
                         org.apache.turbine.TurbineException
Throws:
java.io.IOException
org.apache.turbine.TurbineException
See Also:
Valve.invoke(RunData, ValveContext)


Copyright © 2000-2004 Tigris.org. All Rights Reserved.