Class DciContextWithAutoThreadBindingAspect


  • public class DciContextWithAutoThreadBindingAspect
    extends java.lang.Object
    An aspect which implements DciContext with autoThreadBinding=true. This class must not be used directly. Instead, add the library which contains it as a depenency of your project and make it visible to the AspectJ compiler.
    Since:
    3.0
    Author:
    Fabrizio Giudici
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object advice​(org.aspectj.lang.ProceedingJoinPoint pjp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DciContextWithAutoThreadBindingAspect

        public DciContextWithAutoThreadBindingAspect()
    • Method Detail

      • advice

        public java.lang.Object advice​(@Nonnull
                                       org.aspectj.lang.ProceedingJoinPoint pjp)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable