magoffin.matt.ma2.aop
Class AbstractIndexInterceptor
java.lang.Object
magoffin.matt.ma2.aop.AbstractIndexInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.springframework.aop.AfterReturningAdvice
- Direct Known Subclasses:
- MediaItemDeleteIndexInterceptor, MediaItemIndexInterceptor, UserDeleteIndexInterceptor, UserIndexInterceptor
public abstract class AbstractIndexInterceptor
- extends java.lang.Object
- implements org.springframework.aop.AfterReturningAdvice
Base aspect for providing distributed index services.
The configurable properties of this class are:
- indexBiz
- The
IndexBiz
implementation to use.
- Version:
- $Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
- Author:
- matt.magoffin
Field Summary |
protected org.apache.log4j.Logger |
log
A class Logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.aop.AfterReturningAdvice |
afterReturning |
log
protected final org.apache.log4j.Logger log
- A class Logger.
AbstractIndexInterceptor
public AbstractIndexInterceptor()
getIndexBiz
public IndexBiz getIndexBiz()
- Returns:
- the indexBiz
setIndexBiz
public void setIndexBiz(IndexBiz indexBiz)
- Parameters:
indexBiz
- the indexBiz to set