Class Executed

  • All Implemented Interfaces:
    Runnable

    public abstract class Executed
    extends Object
    implements Runnable
    Extend this class to get run-in-thread behavior
    • Constructor Detail

      • Executed

        public Executed()
    • Method Detail

      • startExecution

        @PostConstruct
        public void startExecution()
      • stopExecution

        @PreDestroy
        public void stopExecution()