Package org.jboss.as.ejb3.timerservice
Class AutoTimer
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.AutoTimer
-
public final class AutoTimer extends Object
Holds data about an automatic timer- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetMethod()jakarta.ejb.ScheduleExpressiongetScheduleExpression()jakarta.ejb.TimerConfiggetTimerConfig()
-
-
-
Constructor Detail
-
AutoTimer
public AutoTimer()
-
AutoTimer
public AutoTimer(jakarta.ejb.ScheduleExpression scheduleExpression, jakarta.ejb.TimerConfig timerConfig, Method method)
-
-
Method Detail
-
getScheduleExpression
public jakarta.ejb.ScheduleExpression getScheduleExpression()
-
getTimerConfig
public jakarta.ejb.TimerConfig getTimerConfig()
-
getMethod
public Method getMethod()
-
-