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: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $

Constructor Summary
ScheduleData(javax.ejb.TimerConfig config, javax.ejb.ScheduleExpression expression)
           
 
Method Summary
 javax.ejb.TimerConfig getConfig()
           
 javax.ejb.ScheduleExpression getExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleData

public ScheduleData(javax.ejb.TimerConfig config,
                    javax.ejb.ScheduleExpression expression)
Method Detail

getConfig

public javax.ejb.TimerConfig getConfig()

getExpression

public javax.ejb.ScheduleExpression getExpression()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.