org.apache.openejb.core.timer
Class MethodSchedule
java.lang.Object
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()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodSchedule
public MethodSchedule(Method method,
List<ScheduleData> schedules)
getMethod
public Method getMethod()
getSchedules
public List<ScheduleData> getSchedules()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.