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

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
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/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 25 milliseconds