Searched refs:hour (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DSchedule.java73 * <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 = "&#8727;/5" (Every five minutes within the hour)</pre>
182 * Example : ( minute = "&#8727;/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 DScheduleExpression.java75 * <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 = "&#8727;/5" (Every five minutes within the hour)</pre>
184 * Example : ( minute = "&#8727;/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 DTimerEjb.java69 @Schedule(second = "*", minute = "*", hour = "*")
/glassfish-3.1.2/tests/embedded/maven-plugin/remoteejbs/src/main/java/org/glassfish/tests/embedded/remoteejbs/
H A DTimerEjb.java69 @Schedule(second = "*", minute = "*", hour = "*")
/glassfish-3.1.2/tests/embedded/ejb/basic/src/main/java/org/glassfish/tests/embedded/ejb/basic/
H A DTimerEjb.java74 @Schedule(second = "*", minute = "*", hour = "*")
/glassfish-3.1.2/tests/embedded/ejb/remoteejb/src/main/java/org/glassfish/tests/embedded/ejb/remoteejb/
H A DTimerEjb.java74 @Schedule(second = "*", minute = "*", hour = "*")
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DScheduleHandler.java105 sd.setHour(sch.hour());
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerSchedule.java120 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 Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 80 milliseconds