Anyframe Core

anyframe.common.aop.aspects
Class ApiAspect

java.lang.Object
  extended by anyframe.common.aop.aspects.AbstractAspects
      extended by anyframe.common.aop.aspects.ApiAspect
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ApiAspect
extends AbstractAspects

Aspect class that supports for collecting performance information of Anyframe Java based service or application method calls and sending these information to agent server which is provided by infrared solutions This aspect is to modify Infrared's ApiAspect for applying Spring AOP

Author:
binil.thomas, prashant.nair, modified by SoYon Lim

Constructor Summary
ApiAspect()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation sjp)
          
 void setLayerName(String layerName)
          Group name in summarized screens
 
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

ApiAspect

public ApiAspect()
Method Detail

invoke

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

Throws:
Throwable

setLayerName

public void setLayerName(String layerName)
Group name in summarized screens

Parameters:
layerName -

Anyframe Core

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