Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.diagnostics.descriptor
Interface WLDFScheduleBean

All Superinterfaces:
WLDFBean

public interface WLDFScheduleBean
extends WLDFBean

Defines a timer schedule for use with WLDF policies and actions and Harvester.

Each field uses syntax as defined by the EJB Timer ScheduleExpression class.


Method Summary
abstract  String getDayOfMonth()
          Indicates the day of the month for the schedule.
abstract  String getDayOfWeek()
          Indicates the day of the week for the schedule.
abstract  String getHour()
          Indicates the hour(s) of the day for the schedule.
abstract  String getMinute()
          Indicates the minutes of the hour for the schedule.
abstract  String getMonth()
          Indicates the month for the schedule.
abstract  String getSecond()
          Indicates the second(s) of the minute for the schedule.
abstract  String getTimezone()
          Indicates the time zone for the schedule.
abstract  String getYear()
          Indicates the year for the schedule.
abstract  void setDayOfMonth(String dayOfMonth)
          Sets the day of the month expression for the schedule.
abstract  void setDayOfWeek(String dayOfWeek)
          Sets the day of week expression for the schedule.
abstract  void setHour(String hour)
          Sets the hour(s) of the day expression for the schedule
abstract  void setMinute(String min)
          Sets the minute(s) of the hour expression for the schedule.
abstract  void setMonth(String month)
          Sets the month expression for the schedule.
abstract  void setSecond(String sec)
          Sets the second(s) of minute expression for the schedule.
abstract  void setTimezone(String tz)
          Sets the timezone expression for the schedule.
abstract  void setYear(String year)
          Sets the year expression for the schedule.

 

Methods inherited from interface weblogic.diagnostics.descriptor.WLDFBean
getId, getName

 

Method Detail

getHour

String getHour()

Indicates the hour(s) of the day for the schedule.

Defaults to "*" (every hour).

Returns:

setHour

void setHour(String hour)

Sets the hour(s) of the day expression for the schedule

Parameters:
hour -

getMinute

String getMinute()

Indicates the minutes of the hour for the schedule.

Defaults to every five minutes of the hour.

Returns:
The minute expression for the schedule.

setMinute

void setMinute(String min)

Sets the minute(s) of the hour expression for the schedule.

Parameters:
min - The minute expression for the schedule.

getSecond

String getSecond()

Indicates the second(s) of the minute for the schedule.

Defaults to "0" (at the "0" second of each minute).

Returns:

setSecond

void setSecond(String sec)

Sets the second(s) of minute expression for the schedule.

Parameters:
sec - The second expression for the schedule

getYear

String getYear()

Indicates the year for the schedule.

Defaults to "*" (every year).

Returns:
The year expression for the schedule

setYear

void setYear(String year)

Sets the year expression for the schedule.

Parameters:
year - The year expression for the schedule

getMonth

String getMonth()

Indicates the month for the schedule.

Defaults to "*" (every month).

Returns:
The month expression

setMonth

void setMonth(String month)

Sets the month expression for the schedule.

Parameters:
month -

getDayOfMonth

String getDayOfMonth()

Indicates the day of the month for the schedule.

Defaults to "*" (every day).

Returns:
The day-of-month expression

setDayOfMonth

void setDayOfMonth(String dayOfMonth)

Sets the day of the month expression for the schedule.

Parameters:
dayOfMonth -

getDayOfWeek

String getDayOfWeek()

Indicates the day of the week for the schedule.

Defaults to "*" (every day).

Returns:
The day-of-week expression

setDayOfWeek

void setDayOfWeek(String dayOfWeek)

Sets the day of week expression for the schedule.

Parameters:
dayOfWeek - The day-of-week expression

getTimezone

String getTimezone()

Indicates the time zone for the schedule.

Defaults to the default time zone for the local VM.

Returns:
The time zone for the schedule

setTimezone

void setTimezone(String tz)

Sets the timezone expression for the schedule.

Parameters:
tz - A valid TimeZone timezone string

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09