Class DefaultWorkExecutorProvider.MyTaskAdviceProfile

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MyTaskAdviceProfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected ch.raffael.meldioc.util.advice.CompositeAroundAdvice advice()  
      • Methods inherited from class ch.raffael.meldioc.util.advice.CompositeAroundAdvice.AbstractProfile

        after, after, afterRunnable, before, before, beforeRunnable, removeAfter, removeBefore, self
      • Methods inherited from class java.lang.Object

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

      • MyTaskAdviceProfile

        protected MyTaskAdviceProfile()
    • Method Detail

      • advice

        protected ch.raffael.meldioc.util.advice.CompositeAroundAdvice advice()
        Overrides:
        advice in class ch.raffael.meldioc.util.advice.CompositeAroundAdvice.AbstractProfile<TaskAdviceFeature.Profile>