javax.ejb
Class ScheduleExpression
java.lang.Object
javax.ejb.ScheduleExpression
- All Implemented Interfaces:
- Serializable
public class ScheduleExpression
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleExpression
public ScheduleExpression()
dayOfMonth
public ScheduleExpression dayOfMonth(int d)
dayOfMonth
public ScheduleExpression dayOfMonth(String d)
dayOfWeek
public ScheduleExpression dayOfWeek(int d)
dayOfWeek
public ScheduleExpression dayOfWeek(String d)
end
public ScheduleExpression end(Date e)
getDayOfMonth
public String getDayOfMonth()
getDayOfWeek
public String getDayOfWeek()
getEnd
public Date getEnd()
getHour
public String getHour()
getMinute
public String getMinute()
getMonth
public String getMonth()
getSecond
public String getSecond()
getStart
public Date getStart()
getYear
public String getYear()
getTimezone
public String getTimezone()
hour
public ScheduleExpression hour(int h)
hour
public ScheduleExpression hour(String h)
minute
public ScheduleExpression minute(int m)
minute
public ScheduleExpression minute(String m)
month
public ScheduleExpression month(int m)
month
public ScheduleExpression month(String m)
second
public ScheduleExpression second(int s)
second
public ScheduleExpression second(String s)
start
public ScheduleExpression start(Date s)
year
public ScheduleExpression year(int y)
year
public ScheduleExpression year(String y)
timezone
public ScheduleExpression timezone(String t)
- See http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones for valid timezones
- Parameters:
t
-
- Returns:
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.