/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/ |
H A D | Schedule.java | 73 * <li> minute : one or more minutes within an hour 76 * <li> hour : one or more hours within a day 156 * seconds, minutes, or hours within the minute, hour, or day, respectively. 163 * and <code>hour</code> elements. For the <code>second</code> and 165 * each be in the range <code>[0,59]</code>. For the <code>hour</code> 170 * Example: minute = "∗/5" (Every five minutes within the hour)</pre> 182 * Example : ( minute = "∗/14", hour="1,2")</pre> 183 * <p> This is equivalent to: <code>(minute = "0,14,28,42,56", hour = "1,2")</code> 184 * (Every 14 minutes within the hour, for the hours of 1 and 2 a.m.) 232 * Specifies one or more minutes with an hour [all...] |
H A D | ScheduleExpression.java | 75 * <li> minute : one or more minutes within an hour 78 * <li> hour : one or more hours within a day 158 * seconds, minutes, or hours within the minute, hour, or day, respectively. 165 * and <code>hour</code> attributes. For the <code>second</code> and 167 * each be in the range <code>[0,59]</code>. For the <code>hour</code> 172 * Example: minute = "∗/5" (Every five minutes within the hour)</pre> 184 * Example : ( minute = "∗/14", hour="1,2")</pre> 185 * <p> This is equivalent to: <code>(minute = "0,14,28,42,56", hour = "1,2")</code> 186 * (Every 14 minutes within the hour, for the hours of 1 and 2 a.m.) 215 * <li> hour 299 public ScheduleExpression hour(String h) { method in class:ScheduleExpression 307 public ScheduleExpression hour(int h) { method in class:ScheduleExpression [all...] |
/glassfish-3.1.2/tests/embedded/maven-plugin/localejbs/src/main/java/org/glassfish/tests/embedded/localejbs/ |
H A D | TimerEjb.java | 69 @Schedule(second = "*", minute = "*", hour = "*")
|
/glassfish-3.1.2/tests/embedded/maven-plugin/remoteejbs/src/main/java/org/glassfish/tests/embedded/remoteejbs/ |
H A D | TimerEjb.java | 69 @Schedule(second = "*", minute = "*", hour = "*")
|
/glassfish-3.1.2/tests/embedded/ejb/basic/src/main/java/org/glassfish/tests/embedded/ejb/basic/ |
H A D | TimerEjb.java | 74 @Schedule(second = "*", minute = "*", hour = "*")
|
/glassfish-3.1.2/tests/embedded/ejb/remoteejb/src/main/java/org/glassfish/tests/embedded/ejb/remoteejb/ |
H A D | TimerEjb.java | 74 @Schedule(second = "*", minute = "*", hour = "*")
|
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/ |
H A D | ScheduleHandler.java | 105 sd.setHour(sch.hour());
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | TimerSchedule.java | 120 private static final String HOUR = "hour"; 169 hour(se.getHour()); 188 hour(sd.getHour()); 254 public TimerSchedule hour(String h) { method in class:TimerSchedule 383 hour(hour_).
|
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/ |
H A D | jdbc40.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ... |