Anyframe Core

anyframe.common.aop.aspects
Class JdbcAspect

java.lang.Object
  extended by anyframe.common.aop.aspects.AbstractAspects
      extended by 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

Constructor Summary
JdbcAspect()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation jp)
          
 
Methods inherited from class anyframe.common.aop.aspects.AbstractAspects
isMonitoringEnabled, isMonitoringEnabled, recordExecution, recordExecution, setMonitorFacade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcAspect

public JdbcAspect()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation jp)
              throws Throwable

Throws:
Throwable

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.