org.apache.cocoon.profiling.aspects
Class SitemapNodeProfilingAspect

java.lang.Object
  extended by org.apache.cocoon.profiling.aspects.SitemapNodeProfilingAspect

public class SitemapNodeProfilingAspect
extends Object

Aspect to intercept calls to all classes implementing SitemapNode. Can be disabled via JMX ProfilingManagement.


Constructor Summary
SitemapNodeProfilingAspect()
           
 
Method Summary
 Object handleInvocation(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 void setInvocationDispatcher(InvocationDispatcher invocationDispatcher)
           
 void setProfilingManagement(ProfilingManagement profilingManagement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapNodeProfilingAspect

public SitemapNodeProfilingAspect()
Method Detail

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.