org.apache.openejb.core.timer
Class ScheduleData
java.lang.Object
org.apache.openejb.core.timer.ScheduleData
public class ScheduleData
- extends Object
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
- Version:
- $Rev: 710022 $ $Date: 2008-11-03 09:40:14 +0100 (Mo, 03. Nov 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleData
public ScheduleData(TimerConfig config,
ScheduleExpression exression)
getConfig
public TimerConfig getConfig()
getExression
public ScheduleExpression getExression()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.