public class ScheduleTimer extends Object
Constructor and Description |
---|
ScheduleTimer(Method method,
javax.ejb.ScheduleExpression scheduleExpression,
javax.ejb.TimerConfig timerConfig) |
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
javax.ejb.ScheduleExpression |
getScheduleExpression() |
javax.ejb.TimerConfig |
getTimerConfig() |
public ScheduleTimer(Method method, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig)
public Method getMethod()
public javax.ejb.ScheduleExpression getScheduleExpression()
public javax.ejb.TimerConfig getTimerConfig()
Copyright © 2015 JBoss by Red Hat. All rights reserved.