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

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DDate.java26 * "Portions Copyright [year] [name of copyright owner]"
132 * Sets the year of this <tt>Date</tt> object to be the specified
135 * @param year the year value.
139 * replaced by <code>Calendar.set(Calendar.YEAR, year + 1900)</code>.
141 public void setYear(int year) { argument
143 super.setYear(year);
H A DSqlDate.java26 * "Portions Copyright [year] [name of copyright owner]"
136 * Sets the year of this <tt>SqlDate</tt> object to be the specified
139 * @param year the year value.
143 * replaced by <code>Calendar.set(Calendar.YEAR, year + 1900)</code>.
145 public void setYear(int year) { argument
147 super.setYear(year);
H A DSqlTimestamp.java26 * "Portions Copyright [year] [name of copyright owner]"
156 * Sets the year of this <tt>SqlTimestamp</tt> object to be the specified
159 * @param year the year value.
163 * replaced by <code>Calendar.set(Calendar.YEAR, year + 1900)</code>.
165 public void setYear(int year) { argument
167 super.setYear(year);
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DScheduleExpression.java26 * "Portions Copyright [year] [name of copyright owner]"
93 * <li> month : one or more months within a year
110 * <li> year : a particular calendar year
111 * <p> Allowable values : a four-digit calendar year
219 * <li> year: "*"
397 * Set the year attribute.
399 public ScheduleExpression year(String y) { method in class:ScheduleExpression
405 * Set the year attribute.
407 public ScheduleExpression year(in method in class:ScheduleExpression
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerSchedule.java26 * "Portions Copyright [year] [name of copyright owner]"
116 private static final String YEAR = "year";
173 year(se.getYear());
192 year(sd.getYear());
294 public TimerSchedule year(String y) { method in class:TimerSchedule
387 year(year_).
440 for(int year : years) {
441 if (year < currYear) {
445 if (date.get(Calendar.YEAR) == year) {
497 for(int year
527 getNextTimeout(Calendar next, int year) argument
[all...]
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ejte/ com/sun/ejte/ccl/ ...
/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 197 milliseconds