Searched refs:timezone (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DSchedule.java59 * listed below. In addition, the <code>timezone</code> element may be used
267 * If a timezone is not specified, the schedule is evaluated in the context
268 * of the default timezone associated with the contianer in which the
271 String timezone() default "";
H A DScheduleExpression.java64 * listed below. In addition, the <code>timezone</code> attribute may be used
220 * <li> timezone : default JVM time zone
422 * Set the timezone.
424 public ScheduleExpression timezone(String timezoneID) { method in class:ScheduleExpression
430 * Return the timezone, if set; otherwise null.
432 * @return timezone
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DScheduleHandler.java110 sd.setTimezone(sch.timezone());
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerSchedule.java115 private static final String TIMEZONE = "timezone";
174 timezone(se.getTimezone());
193 timezone(sd.getTimezone());
304 public TimerSchedule timezone(String tz) { method in class:TimerSchedule
388 timezone(timezone_).

Completed in 21 milliseconds