org.apache.openejb.core.timer
Class MethodSchedule

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

public class MethodSchedule
extends java.lang.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(java.lang.reflect.Method method, java.util.List<ScheduleData> schedules)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 java.util.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(java.lang.reflect.Method method,
                      java.util.List<ScheduleData> schedules)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getSchedules

public java.util.List<ScheduleData> getSchedules()


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