org.apache.openejb.core.timer
Class MethodSchedule

java.lang.Object
  extended by org.apache.openejb.core.timer.MethodSchedule

public class MethodSchedule
extends Object

Holds the basic binding information for a method and the ScheduleDatas associated with it. ScheduleData is a simple object that wraps both javax.ejb.ScheduleExpression and javax.ejb.TimerConfig

See Also:
DeploymentInfo.getMethodSchedules()

Constructor Summary
MethodSchedule(Method method, List<ScheduleData> schedules)
           
 
Method Summary
 Method getMethod()
           
 List<ScheduleData> getSchedules()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSchedule

public MethodSchedule(Method method,
                      List<ScheduleData> schedules)
Method Detail

getMethod

public Method getMethod()

getSchedules

public List<ScheduleData> getSchedules()


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