com.comcast.money

spring3

package spring3

Visibility
  1. Public
  2. All

Type Members

  1. class SpringTracer extends Tracer

    Simply wraps the existing money tracer so it can be injected.

  2. class TracedMethodAdvisor extends AbstractPointcutAdvisor

    Used by spring so that only those methods that have the @Traced annotation are actually advised

  3. class TracedMethodInterceptor extends MethodInterceptor with Reflections with TraceLogging

    Intercepts methods to start and stop a trace span around the method invocation

Ungrouped