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: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
|
Constructor Summary |
ScheduleData(javax.ejb.TimerConfig config,
javax.ejb.ScheduleExpression expression)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleData
public ScheduleData(javax.ejb.TimerConfig config,
javax.ejb.ScheduleExpression expression)
getConfig
public javax.ejb.TimerConfig getConfig()
getExpression
public javax.ejb.ScheduleExpression getExpression()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.