|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.core.timer.ScheduleData
public class ScheduleData
Simple object to hold the ScheduleExpression and TimerConfig pair Zero or many of these may be associated with a method and available via the MethodSchedule list retrieved from the DeploymentInfo
Constructor Summary | |
---|---|
ScheduleData(TimerConfig config,
ScheduleExpression exression)
|
Method Summary | |
---|---|
TimerConfig |
getConfig()
|
ScheduleExpression |
getExression()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleData(TimerConfig config, ScheduleExpression exression)
Method Detail |
---|
public TimerConfig getConfig()
public ScheduleExpression getExression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |