Use this interface to define a JMX notification, which is sent
when a diagnostic watch evaluates to true.
If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.diagnostics.descriptor.WLDFJMXNotificationBean
Since 9.0.0.0
In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:
|
|
Because this MBean extends or implements WLDFNotificationBean, you can also access this MBean by retrieving WLDFNotificationBeans. The following attributes contain WLDFNotificationBeans and its subtypes:
|
|
This section describes the following attributes:
Specifies whether this notification is enabled.
| Privileges | Read/Write |
| Type | boolean |
| Default Value | true |
The name of the WebLogic Diagnostic Framework (WLDF) bean.
| Privileges | Read only |
| Type | java.lang.String |
| Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The JMX notification type assigned to the resulting JMX notification.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value | weblogic.diagnostics.watch.defaultNotificationType |