org.zeroexchange.dao
Class DAOAspect

java.lang.Object
  extended by org.zeroexchange.dao.DAOAspect
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class DAOAspect
extends Object
implements org.springframework.beans.factory.InitializingBean

The aspect instruments DAOs with the session.

Author:
black

Constructor Summary
DAOAspect()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object daoOperationInterceptor(org.aspectj.lang.ProceedingJoinPoint joinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOAspect

public DAOAspect()
Method Detail

daoOperationInterceptor

public Object daoOperationInterceptor(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                               throws Throwable
Throws:
Throwable

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2013. All Rights Reserved.