org.apache.openejb.core.timer
Class ScheduleData

java.lang.Object
  extended by 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) $

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

ScheduleData

public ScheduleData(TimerConfig config,
                    ScheduleExpression exression)
Method Detail

getConfig

public TimerConfig getConfig()

getExression

public ScheduleExpression getExression()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.