Java javax.ejb ScheduleExpression fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb ScheduleExpression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb ScheduleExpression.

The text is from its open source code.

Constructor

ScheduleExpression()
Create a schedule with the default values.

Method

ScheduleExpressiondayOfMonth(String d)
Set the day of the month attribute.
ScheduleExpressiondayOfMonth(int d)
Set the day of the month attribute.
ScheduleExpressiondayOfWeek(String d)
Set the day of the week attribute.
ScheduleExpressiondayOfWeek(int d)
Set the day of the week attribute.
ScheduleExpressionhour(String h)
Set the hour attribute.
ScheduleExpressionhour(int h)
Set the hour attribute.
ScheduleExpressionminute(String m)
Set the minute attribute.
ScheduleExpressionminute(int m)
Set the minute attribute.
ScheduleExpressionmonth(String m)
Set the month attribute.
ScheduleExpressionmonth(int m)
Set the month attribute.
ScheduleExpressionsecond(String s)
Set the second attribute.
ScheduleExpressionsecond(int s)
Set the second attribute.
ScheduleExpressiontimezone(String timezoneID)
Set the timezone.
ScheduleExpressionyear(String y)
Set the year attribute.
ScheduleExpressionyear(int y)
Set the year attribute.