WLDFWatchNotificationBean
Overview | Related MBeans | Attributes | Operations
Overview
Configures and controls the WebLogic Diagnostic Framework (WLDF) Watch Notification component; creates and deletes watch definitions; and defines the rules that apply to specific watches.
Since 9.0.0.0 Security roles The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
- Deployer
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.WLDFWatchNotificationBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Related MBeans
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
ImageNotifications
The Image notifications defined in this deployment.
Factory Methods createImageNotification (java.lang.String name)
destroyImageNotification (WLDFImageNotificationBean notification)
Factory methods do not return objects.
Lookup Operation lookupImageNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFImageNotificationBean named
name.
Privileges Read only Type WLDFImageNotificationBean[] Relationship type: Containment.
JMSNotifications
The JMS notifications defined in this deployment.
Factory Methods createJMSNotification (java.lang.String name)
destroyJMSNotification (WLDFJMSNotificationBean notification)
Factory methods do not return objects.
Lookup Operation lookupJMSNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFJMSNotificationBean named
name.
Privileges Read only Type WLDFJMSNotificationBean[] Relationship type: Containment.
JMXNotifications
The JMX notifications defined in this deployment.
Factory Methods createJMXNotification (java.lang.String name)
destroyJMXNotification (WLDFJMXNotificationBean notification)
Factory methods do not return objects.
Lookup Operation lookupJMXNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFJMXNotificationBean named
name.
Privileges Read only Type WLDFJMXNotificationBean[] Relationship type: Containment.
Notifications
The notifications defined in this deployment.
Lookup Operation lookupNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFNotificationBean named
name.
Privileges Read only Type WLDFNotificationBean[] Relationship type: Reference.
SMTPNotifications
The SMTP notifications defined in this deployment.
Factory Methods createSMTPNotification (java.lang.String name)
destroySMTPNotification (WLDFSMTPNotificationBean notification)
Factory methods do not return objects.
Lookup Operation lookupSMTPNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFSMTPNotificationBean named
name.
Privileges Read only Type WLDFSMTPNotificationBean[] Relationship type: Containment.
SNMPNotifications
The SNMP notifications defined in this deployment.
Factory Methods createSNMPNotification (java.lang.String name)
destroySNMPNotification (WLDFSNMPNotificationBean notification)
Factory methods do not return objects.
Lookup Operation lookupSNMPNotification(String name)
Returns a
javax.management.ObjectName for the instance of
WLDFSNMPNotificationBean named
name.
Privileges Read only Type WLDFSNMPNotificationBean[] Relationship type: Containment.
Watches
The watches defined in this deployment.
Factory Methods createWatch (java.lang.String name)
destroyWatch (WLDFWatchBean watch)
Factory methods do not return objects.
Privileges Read only Type WLDFWatchBean[] Relationship type: Containment.
Attributes
This section describes the following attributes:
Enabled
Whether the Watch Notification component is enabled.
If
true (the default), all configured watches are activated, incoming data or events are evaluated against the rules, and notifications are sent when rule conditions are met. If
false, all watches are rendered inactive.
Privileges Read/Write Type boolean Default Value true
LogWatchSeverity
The threshold severity level of log messages evaluated by log watch rules. Messages with a lower severity than this value will be ignored and not evaluated against the watch rules.
Do not confuse LogWatchSeverity with Severity. LogWatchSeverity filters which log messages will be evaluated; Severity sets the default severity level for a notification.
Privileges Read/Write Type java.lang.String Default Value Warning Legal Values
- Info
- Warning
- Error
- Notice
- Critical
- Alert
- Emergency
Name of
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.
Severity
The default notification severity level for all watches. When a watch triggers, the severity level is delivered with the notification.
The severity levels are the same levels used by the logging framework and the Severities class. If no level is specified, the default value is
Notice.
Privileges Read/Write Type java.lang.String Default Value Notice Legal Values
- Info
- Warning
- Error
- Notice
- Critical
- Alert
- Emergency
Operations
This section describes the following operations: