WLDFScheduleBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

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.

           
Since12.2.1.0.0
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.diagnostics.descriptor.WLDFScheduleBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:


    Attributes

    This section describes the following attributes:


    DayOfMonth

    Indicates the day of the month for the schedule.

    Defaults to "*" (every day).

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*

    DayOfWeek

    Indicates the day of the week for the schedule.

    Defaults to "*" (every day).

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*

    Hour

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

    Defaults to "*" (every hour).

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*

    Id

    Return the unique id of this bean instance.

           
    Privileges Read only
    Typelong
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

    Minute

    Indicates the minutes of the hour for the schedule.

    Defaults to every five minutes of the hour.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*/5

    Month

    Indicates the month for the schedule.

    Defaults to "*" (every month).

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*

    Name

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

           
    Privileges Read only
    Typejava.lang.String

    Second

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

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

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value0

    Timezone

    Indicates the time zone for the schedule.

    Defaults to the default time zone for the local VM.

           
    Privileges Read/Write
    Typejava.lang.String

    Year

    Indicates the year for the schedule.

    Defaults to "*" (every year).

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value*