Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.diagnostics.descriptor.WLDFNotificationBean

Packages that use WLDFNotificationBean
weblogic.diagnostics.descriptor Provides interfaces for weblogic.diagnostics.descriptor
 

Uses of WLDFNotificationBean in weblogic.diagnostics.descriptor
 

Subinterfaces of WLDFNotificationBean in weblogic.diagnostics.descriptor
 interface WLDFImageNotificationBean
          Use this interface to configure an image notification, which will be sent when a diagnostic watch evaluates to true.
 interface WLDFJMSNotificationBean
          Use this interface to define a JMS notification, which is sent when a diagnostic watch evaluates to true.
 interface WLDFJMXNotificationBean
          Use this interface to define a JMX notification, which is sent when a diagnostic watch evaluates to true.
 interface WLDFSMTPNotificationBean
          Use this interface to define a SMTP notification, which is sent when a diagnostic watch evaluates to true.
 interface WLDFSNMPNotificationBean
          Use this interface to define an SNMP notification, which is sent when a diagnostic watch evaluates to true.
 

Methods in weblogic.diagnostics.descriptor that return WLDFNotificationBean
 WLDFNotificationBean[] WLDFWatchBean.getNotifications()
          The notifications enabled for this watch.
 WLDFNotificationBean[] WLDFWatchNotificationBean.getNotifications()
          The notifications defined in this deployment.
 WLDFNotificationBean WLDFWatchNotificationBean.lookupNotification(String name)
          Looks up a notification with the given name.
 

Methods in weblogic.diagnostics.descriptor with parameters of type WLDFNotificationBean
 boolean WLDFWatchBean.addNotification(WLDFNotificationBean notification)
          Adds a notification to this watch.
 boolean WLDFWatchBean.removeNotification(WLDFNotificationBean notification)
          Removes a notification from this watch.
 void WLDFWatchBean.setNotifications(WLDFNotificationBean[] notifications)
          Sets the value of the Notifications attribute.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01