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.
Since | 12.2.1.0.0 | ||
Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
|
||
Fully Qualified Interface Name | If 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:
|
This section describes the following attributes:
Indicates the day of the month for the schedule.
Defaults to "*" (every day).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | * |
Indicates the day of the week for the schedule.
Defaults to "*" (every day).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | * |
Indicates the hour(s) of the day for the schedule.
Defaults to "*" (every hour).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | * |
Return the unique id of this bean instance.
Privileges | Read only |
Type | long |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Indicates the minutes of the hour for the schedule.
Defaults to every five minutes of the hour.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | */5 |
Indicates the month for the schedule.
Defaults to "*" (every month).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | * |
The name of the WebLogic Diagnostic Framework (WLDF) bean.
Privileges | Read only |
Type | java.lang.String |
Indicates the second(s) of the minute for the schedule.
Defaults to "0" (at the "0" second of each minute).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | 0 |
Indicates the time zone for the schedule.
Defaults to the default time zone for the local VM.
Privileges | Read/Write |
Type | java.lang.String |
Indicates the year for the schedule.
Defaults to "*" (every year).
Privileges | Read/Write |
Type | java.lang.String |
Default Value | * |