This project has retired. For details please refer to its
Attic page .
ServletProfilingAspect (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.profiling.aspects
Class ServletProfilingAspect
java.lang.Object
org.apache.cocoon.profiling.aspects.ServletProfilingAspect
public class ServletProfilingAspect extends Object
Aspect to intercept calls to all classes implementing Servlet
. Can be disabled via JMX
ProfilingManagement
. Classes starting with "$Proxy" are ignored.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
ServletProfilingAspect
public ServletProfilingAspect ()
handleInvocation
public Object handleInvocation (org.aspectj.lang.ProceedingJoinPoint pjp)
throws Throwable
Throws:
Throwable
setInvocationDispatcher
public void setInvocationDispatcher (InvocationDispatcher invocationDispatcher)
setProfilingManagement
public void setProfilingManagement (ProfilingManagement profilingManagement)
Copyright © 2008-2012 The Apache Software Foundation . All Rights Reserved.