nl.beesting.beangenerator.util
Class DaoBeanCreationMethodInterceptor

java.lang.Object
  extended by nl.beesting.beangenerator.util.DaoBeanCreationMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class DaoBeanCreationMethodInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

Version:
$Revision: $ $Date: $
Author:
Erik Jan (latest modification by $Author: $)

Constructor Summary
DaoBeanCreationMethodInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void setBeanFactory(BeanFactory factory)
           
 void setCacheManager(net.sf.ehcache.Cache cacheManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaoBeanCreationMethodInterceptor

public DaoBeanCreationMethodInterceptor()
Method Detail

setBeanFactory

public void setBeanFactory(BeanFactory factory)

setCacheManager

public void setCacheManager(net.sf.ehcache.Cache cacheManager)

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2008. All Rights Reserved.