anyframe.common.aop.aspects
Class JdbcAspect
java.lang.Object
anyframe.common.aop.aspects.AbstractAspects
anyframe.common.aop.aspects.JdbcAspect
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class JdbcAspect
- extends AbstractAspects
Aspect class that supports for collecting performance information of Anyframe
Java based service or application's JDBC related jobs and sending these
information to agent server which is provided by infrared solutions
This aspect is modified from Infrared's JdbcAspect for applying Spring AOP
- Author:
- binil.thomas, prashant.nair, modified by SoYon Lim
|
Method Summary |
Object |
invoke(org.aopalliance.intercept.MethodInvocation jp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcAspect
public JdbcAspect()
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation jp)
throws Throwable
-
- Throws:
Throwable
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.