Uses of Class
org.apache.openejb.jee.TimerSchedule
-
Packages that use TimerSchedule Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TimerSchedule in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as TimerSchedule Modifier and Type Field Description protected TimerScheduleTimer. scheduleFields in org.apache.openejb.jee with type parameters of type TimerSchedule Modifier and Type Field Description protected List<TimerSchedule>MethodSchedule. scheduleMethods in org.apache.openejb.jee that return TimerSchedule Modifier and Type Method Description TimerScheduleTimer. getSchedule()Gets the value of the schedule property.Methods in org.apache.openejb.jee that return types with arguments of type TimerSchedule Modifier and Type Method Description List<TimerSchedule>MethodSchedule. getAttribute()List<TimerSchedule>MethodSchedule. getSchedule()Methods in org.apache.openejb.jee with parameters of type TimerSchedule Modifier and Type Method Description voidTimer. setSchedule(TimerSchedule value)Sets the value of the schedule property.Constructors in org.apache.openejb.jee with parameters of type TimerSchedule Constructor Description MethodSchedule(String ejbName, Method method, TimerSchedule... schedules)MethodSchedule(String className, String ejbName, String methodName, TimerSchedule... schedules)MethodSchedule(String ejbName, NamedMethod method, TimerSchedule... schedules)
-