org.wanghy.cache.interceptor.flush
Class CacheFlushAspectSupport

java.lang.Object
  extended byorg.wanghy.cache.interceptor.flush.CacheFlushAspectSupport
Direct Known Subclasses:
CacheFlushInterceptor

public class CacheFlushAspectSupport
extends Object

Superclass for aspects that perform cache flushing.

Version:
$Revision: 1.5 $ $Date: 2005/03/03 02:04:00 $
Author:
Alex Ruiz

Field Summary
private  CacheFlushAttributeSource cacheFlushAttributeSource
          Retrieves source-level metadata attributes from class methods.
 
Constructor Summary
CacheFlushAspectSupport()
          Constructor.
 
Method Summary
 CacheFlushAttributeSource getCacheFlushAttributeSource()
          Getter for field cacheFlushAttributeSource.
 void setCacheFlushAttributeSource(CacheFlushAttributeSource cacheFlushAttributeSource)
          Setter for the field cacheFlushAttributeSource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheFlushAttributeSource

private CacheFlushAttributeSource cacheFlushAttributeSource
Retrieves source-level metadata attributes from class methods.

Constructor Detail

CacheFlushAspectSupport

public CacheFlushAspectSupport()
Constructor.

Method Detail

getCacheFlushAttributeSource

public final CacheFlushAttributeSource getCacheFlushAttributeSource()
Getter for field cacheFlushAttributeSource.

Returns:
the field cacheFlushAttributeSource.

setCacheFlushAttributeSource

public final void setCacheFlushAttributeSource(CacheFlushAttributeSource cacheFlushAttributeSource)
Setter for the field cacheFlushAttributeSource.

Parameters:
cacheFlushAttributeSource - the new value to set


Copyright © 2004-2005 Alex Ruiz. All Rights Reserved.