com.comcast.money.spring3

TracedMethodInterceptor

class TracedMethodInterceptor extends MethodInterceptor with Reflections with TraceLogging

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

Annotations
@Component()
Linear Supertypes
TraceLogging, Reflections, MethodInterceptor, Interceptor, Advice, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TracedMethodInterceptor
  2. TraceLogging
  3. Reflections
  4. MethodInterceptor
  5. Interceptor
  6. Advice
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TracedMethodInterceptor(tracer: SpringTracer)

    Annotations
    @Autowired()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def exceptionMatches(t: Throwable, exceptionList: Array[Class[_]]): Boolean

    Definition Classes
    Reflections
  11. def extractTracedDataAnnotations(method: Method): Array[Option[TracedData]]

    Definition Classes
    Reflections
  12. def extractTracedDataValues(method: Method, args: Array[AnyRef]): Seq[Option[Note[_]]]

    Definition Classes
    Reflections
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def invoke(invocation: MethodInvocation): AnyRef

    Definition Classes
    TracedMethodInterceptor → MethodInterceptor
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def logException(t: Throwable): Unit

    Definition Classes
    TraceLogging
  19. val logger: Logger

    Definition Classes
    TraceLogging
  20. val mdcSupport: MDCSupport

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def recordTracedParameters(method: Method, args: Array[AnyRef], tracer: Tracer): Unit

    Definition Classes
    Reflections
  25. lazy val shouldLogExceptions: Boolean

    Definition Classes
    TraceLogging
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. val tracer: SpringTracer

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TraceLogging

Inherited from Reflections

Inherited from MethodInterceptor

Inherited from Interceptor

Inherited from Advice

Inherited from AnyRef

Inherited from Any

Ungrouped