WLDFBean, WLDFNotificationBeanpublic interface WLDFJMXNotificationBean extends WLDFNotificationBean
Use this interface to define a JMX notification, which is sent when a
 diagnostic policy evaluates to true.
Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getNotificationType() | The JMX notification type assigned to the resulting JMX
 notification. | 
| void | setNotificationType(java.lang.String type) | Sets the value of the NotificationType attribute. | 
getTimeout, isEnabled, setEnabled, setTimeoutjava.lang.String getNotificationType()
The JMX notification type assigned to the resulting JMX notification.
void setNotificationType(java.lang.String type)
Sets the value of the NotificationType attribute.
getNotificationType()