public 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 and Description | 
|---|---|
| String | getNotificationType()The JMX notification type assigned to the resulting JMX
 notification. | 
| void | setNotificationType(String type)Sets the value of the NotificationType attribute. | 
getTimeout, isEnabled, setEnabled, setTimeoutString getNotificationType()
The JMX notification type assigned to the resulting JMX notification.
void setNotificationType(String type)
Sets the value of the NotificationType attribute.
WLDFJMXNotificationBean.getNotificationType()