Searched defs:TimerSchedule (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerSchedule.java68 public class TimerSchedule implements Serializable { class in inherits:Serializable
158 /** Construct TimerSchedule instance with all defaults.
160 public TimerSchedule() {} method in class:TimerSchedule
162 /** Construct TimerSchedule instance from a given ScheduleExpression.
166 public TimerSchedule(ScheduleExpression se) { method in class:TimerSchedule
183 /** Construct TimerSchedule instance from a given Schedule annotation.
185 public TimerSchedule(ScheduledTimerDescriptor sd, String methodName, int paramCount) { method in class:TimerSchedule
205 /** Reconstruct TimerSchedule instance from a given String.
207 public TimerSchedule(String s) { method in class:TimerSchedule
211 throw new EJBException("Cannot construct TimerSchedule fro
[all...]

Completed in 14 milliseconds