Class AutoTimer
java.lang.Object
org.jboss.as.ejb3.timerservice.spi.AutoTimer
Holds data about an automatic timer
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ejb.ScheduleExpressionjakarta.ejb.TimerConfig
-
Constructor Details
-
AutoTimer
public AutoTimer() -
AutoTimer
public AutoTimer(jakarta.ejb.ScheduleExpression scheduleExpression, jakarta.ejb.TimerConfig timerConfig, Method method)
-
-
Method Details
-
getScheduleExpression
public jakarta.ejb.ScheduleExpression getScheduleExpression() -
getTimerConfig
public jakarta.ejb.TimerConfig getTimerConfig() -
getMethod
-