Class DefaultWorkExecutorProvider.MyTaskAdviceProfile

java.lang.Object
ch.raffael.meldioc.util.advice.CompositeAroundAdvice.AbstractProfile<TaskAdviceFeature.Profile>
ch.raffael.meldioc.library.base.threading.TaskAdviceFeature.Profile
ch.raffael.meldioc.library.base.threading.DefaultWorkExecutorProvider.MyTaskAdviceProfile
Enclosing class:
DefaultWorkExecutorProvider

protected static class DefaultWorkExecutorProvider.MyTaskAdviceProfile
extends TaskAdviceFeature.Profile
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected MyTaskAdviceProfile()  
  • Method Summary

    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 Details

    • MyTaskAdviceProfile

      protected MyTaskAdviceProfile()
  • Method Details

    • advice

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