schedule.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 596 行 · 第 1/3 页
HTML
596 行
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#createDaily(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int)">createDaily</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> begin, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> end, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz, <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Time.html" title="class or interface in java.sql">Time</A> timeOfDay, int period)</CODE><BR> Creates a calendar which fires every day.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#createMonthlyByDay(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int)">createMonthlyByDay</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> begin, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> end, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz, <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Time.html" title="class or interface in java.sql">Time</A> timeOfDay, int period, int daysOfMonthBitmap)</CODE><BR> Creates a calendar which fires on particular days of each month.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#createMonthlyByWeek(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int, int)">createMonthlyByWeek</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> begin, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> end, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz, <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Time.html" title="class or interface in java.sql">Time</A> timeOfDay, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap)</CODE><BR> Creates a calendar which fires on particular days of particular weeks of a month.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#createOnce(java.util.Date, java.util.TimeZone)">createOnce</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> date, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz)</CODE><BR> Creates a calendar which fires only once.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#createWeekly(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int)">createWeekly</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> begin, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> end, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz, <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Time.html" title="class or interface in java.sql">Time</A> timeOfDay, int period, int daysOfWeekBitmap)</CODE><BR> Creates a calendar which fires on particular days each week.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/util/Schedule.html#nextOccurrence(java.util.Date, boolean)">nextOccurrence</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> after, boolean strict)</CODE><BR> Returns the next occurrence of this schedule after a given date.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="LAST_DAY_OF_MONTH"><!-- --></A><H3>LAST_DAY_OF_MONTH</H3><PRE>public static final int <B>LAST_DAY_OF_MONTH</B></PRE><DL><DD>Indicates that a schedule should fire on the last day of the month.<P><DL><DT><B>See Also:</B><DD><A HREF="../../mondrian/util/Schedule.html#createMonthlyByDay(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int)"><CODE>createMonthlyByDay(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int)</CODE></A>, <A HREF="../../constant-values.html#mondrian.util.Schedule.LAST_DAY_OF_MONTH">Constant Field Values</A></DL></DL><HR><A NAME="LAST_WEEK_OF_MONTH"><!-- --></A><H3>LAST_WEEK_OF_MONTH</H3><PRE>public static final int <B>LAST_WEEK_OF_MONTH</B></PRE><DL><DD>Indicates that a schedule should fire on the last week of the month.<P><DL><DT><B>See Also:</B><DD><A HREF="../../mondrian/util/Schedule.html#createMonthlyByWeek(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int, int)"><CODE>createMonthlyByWeek(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int, int, int)</CODE></A>, <A HREF="../../constant-values.html#mondrian.util.Schedule.LAST_WEEK_OF_MONTH">Constant Field Values</A></DL></DL><HR><A NAME="utcTimeZone"><!-- --></A><H3>utcTimeZone</H3><PRE>static final <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> <B>utcTimeZone</B></PRE><DL><DL></DL></DL><HR><A NAME="allDaysOfWeekBitmap"><!-- --></A><H3>allDaysOfWeekBitmap</H3><PRE>static final int <B>allDaysOfWeekBitmap</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#mondrian.util.Schedule.allDaysOfWeekBitmap">Constant Field Values</A></DL></DL><HR><A NAME="allDaysOfMonthBitmap"><!-- --></A><H3>allDaysOfMonthBitmap</H3><PRE>static final int <B>allDaysOfMonthBitmap</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#mondrian.util.Schedule.allDaysOfMonthBitmap">Constant Field Values</A></DL></DL><HR><A NAME="allWeeksOfMonthBitmap"><!-- --></A><H3>allWeeksOfMonthBitmap</H3><PRE>static final int <B>allWeeksOfMonthBitmap</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../constant-values.html#mondrian.util.Schedule.allWeeksOfMonthBitmap">Constant Field Values</A></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="createOnce(java.util.Date, java.util.TimeZone)"><!-- --></A><H3>createOnce</H3><PRE>public static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A> <B>createOnce</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> date, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz)</PRE><DL><DD>Creates a calendar which fires only once.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>date</CODE> - date and time to fire, must be UTC<DD><CODE>tz</CODE> - timezone<DT><B>Pre-condition:</B></DT> <DD>tz != null, date != null</DD><DT><B>Post-condition:</B></DT> <DD>return != null</DD></DL></DD></DL><HR><A NAME="createDaily(java.util.Date, java.util.Date, java.util.TimeZone, java.sql.Time, int)"><!-- --></A><H3>createDaily</H3><PRE>public static <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A> <B>createDaily</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> begin, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> end, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/TimeZone.html" title="class or interface in java.util">TimeZone</A> tz, <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Time.html" title="class or interface in java.sql">Time</A> timeOfDay,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?