WLDFWatchNotificationBean


Overview  |   Child 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.

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

Since 9.0.0.0

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points

You can access this MBean from the following MBean attributes:


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


    ImageNotifications

    The Image notifications defined in this deployment.

               
    Factory MethodscreateImageNotification (java.lang.String name)

    destroyImageNotification (WLDFImageNotificationBean notification)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupImageNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFImageNotificationBean named name.

    Privileges Read only
    TypeWLDFImageNotificationBean[]

    JMSNotifications

    The JMS notifications defined in this deployment.

               
    Factory MethodscreateJMSNotification (java.lang.String name)

    destroyJMSNotification (WLDFJMSNotificationBean notification)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupJMSNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFJMSNotificationBean named name.

    Privileges Read only
    TypeWLDFJMSNotificationBean[]

    JMXNotifications

    The JMX notifications defined in this deployment.

               
    Factory MethodscreateJMXNotification (java.lang.String name)

    destroyJMXNotification (WLDFJMXNotificationBean notification)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupJMXNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFJMXNotificationBean named name.

    Privileges Read only
    TypeWLDFJMXNotificationBean[]

    Notifications

    The notifications defined in this deployment.

               
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Lookup OperationlookupNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFNotificationBean named name.

    Privileges Read only
    TypeWLDFNotificationBean[]

    SMTPNotifications

    The SMTP notifications defined in this deployment.

               
    Factory MethodscreateSMTPNotification (java.lang.String name)

    destroySMTPNotification (WLDFSMTPNotificationBean notification)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupSMTPNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFSMTPNotificationBean named name.

    Privileges Read only
    TypeWLDFSMTPNotificationBean[]

    SNMPNotifications

    The SNMP notifications defined in this deployment.

               
    Factory MethodscreateSNMPNotification (java.lang.String name)

    destroySNMPNotification (WLDFSNMPNotificationBean notification)

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupSNMPNotification(String name)

    Returns a javax.management.ObjectName for the instance of WLDFSNMPNotificationBean named name.

    Privileges Read only
    TypeWLDFSNMPNotificationBean[]

    Watches

    The watches defined in this deployment.

           
    Factory MethodscreateWatch (java.lang.String name)

    destroyWatch (WLDFWatchBean watch)

    Factory methods do not return objects.

    See Using factory methods.

    Privileges Read only
    TypeWLDFWatchBean[]


    Attributes

    This section describes the following attributes:


    Enabled

    Specifies 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
    Typeboolean
    Default Valuetrue

    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
    Typejava.lang.String
    Default ValueWarning
    Legal Values
    • Info
    • Warning
    • Error
    • Notice
    • Critical
    • Alert
    • Emergency

    Name

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

           
    Privileges Read only
    Typejava.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 isNotice.

           
    Privileges Read/Write
    Typejava.lang.String
    Default ValueNotice
    Legal Values
    • Info
    • Warning
    • Error
    • Notice
    • Critical
    • Alert
    • Emergency


    Operations

    This section describes the following operations: