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.

           
Since9.0.0.0
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf 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.
Access Points You can access this MBean from the following MBean attributes:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    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[]
    Relationship type: Containment.

    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[]
    Relationship type: Containment.

    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[]
    Relationship type: Containment.

    Notifications

    The notifications defined in this deployment.

               
    Lookup OperationlookupNotification(String name)

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

    Privileges Read only
    TypeWLDFNotificationBean[]
    Relationship type: Reference.

    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[]
    Relationship type: Containment.

    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[]
    Relationship type: Containment.

    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.

    Lookup OperationlookupWatch(String name)

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

    Privileges Read only
    TypeWLDFWatchBean[]
    Relationship type: Containment.


    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

    Id

    Return the unique id of this bean instance.

           
    Privileges Read only
    Typelong
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

    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: