Class AutoTimer


  • public final class AutoTimer
    extends Object
    Holds data about an automatic timer
    Author:
    Stuart Douglas
    • Constructor Detail

      • AutoTimer

        public AutoTimer()
      • AutoTimer

        public AutoTimer​(javax.ejb.ScheduleExpression scheduleExpression,
                         javax.ejb.TimerConfig timerConfig,
                         Method method)
    • Method Detail

      • getScheduleExpression

        public javax.ejb.ScheduleExpression getScheduleExpression()
      • getTimerConfig

        public javax.ejb.TimerConfig getTimerConfig()
      • getMethod

        public Method getMethod()