| パッケージ | 説明 |
|---|---|
| jakarta.ejb | Enterprise Bean とそのクライアント間、および Enterprise Bean と Enterprise Bean コンテナー間の契約を定義する Enterprise Bean クラスとインターフェースが含まれています。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ScheduleExpression | ScheduleExpression.dayOfMonth(int d) 日属性を設定します。 |
ScheduleExpression | ScheduleExpression.dayOfMonth(StringSE d) 日属性を設定します。 |
ScheduleExpression | ScheduleExpression.dayOfWeek(int d) 曜日属性を設定します。 |
ScheduleExpression | ScheduleExpression.dayOfWeek(StringSE d) 曜日属性を設定します。 |
ScheduleExpression | ScheduleExpression.end(DateSE e) 終了日を設定します。 |
ScheduleExpression | Timer.getSchedule() このタイマーに対応するスケジュール式を取得します。 |
ScheduleExpression | ScheduleExpression.hour(int h) 時間属性を設定します。 |
ScheduleExpression | ScheduleExpression.hour(StringSE h) 時間属性を設定します。 |
ScheduleExpression | ScheduleExpression.minute(int m) 分属性を設定します。 |
ScheduleExpression | ScheduleExpression.minute(StringSE m) 分属性を設定します。 |
ScheduleExpression | ScheduleExpression.month(int m) 月属性を設定します。 |
ScheduleExpression | ScheduleExpression.month(StringSE m) 月属性を設定します。 |
ScheduleExpression | ScheduleExpression.second(int s)2 番目の属性を設定します。 |
ScheduleExpression | ScheduleExpression.second(StringSE s)2 番目の属性を設定します。 |
ScheduleExpression | ScheduleExpression.start(DateSE s) 開始日を設定します。 |
ScheduleExpression | ScheduleExpression.timezone(StringSE timezoneID) タイムゾーンを設定します。 |
ScheduleExpression | ScheduleExpression.year(int y) 年属性を設定します。 |
ScheduleExpression | ScheduleExpression.year(StringSE y) 年属性を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
Timer | TimerService.createCalendarTimer(ScheduleExpression schedule) 入力スケジュール式に基づいてカレンダーベースのタイマーを作成します。 |
Timer | TimerService.createCalendarTimer(ScheduleExpression schedule, TimerConfig timerConfig) 入力スケジュール式に基づいてカレンダーベースのタイマーを作成します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.