Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.diagnostics.descriptor.WLDFNotificationBean

Packages that use WLDFNotificationBean
weblogic.diagnostics.descriptor   

 

Uses of WLDFNotificationBean in weblogic.diagnostics.descriptor

 

Subinterfaces of WLDFNotificationBean in weblogic.diagnostics.descriptor
 interface WLDFActionBean
          WLDF action configuration bean.
 interface WLDFImageNotificationBean
          Use this interface to configure an image action, which will be sent when a diagnostic policy evaluates to true.
 interface WLDFJMSNotificationBean
          Use this interface to define a JMS action, which is sent when a diagnostic policy evaluates to true.
 interface WLDFJMXNotificationBean
          Use this interface to define a JMX notification, which is sent when a diagnostic policy evaluates to true.
 interface WLDFLogActionBean
           Configures an action that can record a customized log record using the WebLogic Server NonCatalogLogger.
 interface WLDFRESTNotificationBean
          Use this interface to define a REST action, which is sent when a diagnostic policy evaluates to true.
 interface WLDFScaleDownActionBean
           Defines a scale-down event that can be assigned to a WLDF policy.
 interface WLDFScaleUpActionBean
           Defines a scale-up event that can be assigned to a WLDF policy.
 interface WLDFScalingActionBean
           Base interface that defines the common attributes for all scaling event actions that can be assigned to a WLDF policy.
 interface WLDFScriptActionBean
           Configures an action that can execute an external command-line process.
 interface WLDFSMTPNotificationBean
          Use this interface to define a SMTP action, which is sent when a diagnostic policy evaluates to true.
 interface WLDFSNMPNotificationBean
          Use this interface to define an SNMP action, which is sent when a diagnostic policy evaluates to true.

 

Methods in weblogic.diagnostics.descriptor that return WLDFNotificationBean
abstract  WLDFNotificationBean[] WLDFWatchBean.getNotifications()
          The actions enabled for this policy.
abstract  WLDFNotificationBean[] WLDFWatchNotificationBean.getNotifications()
          The actions defined in this deployment.
abstract  WLDFNotificationBean WLDFWatchNotificationBean.lookupNotification(String name)
          Looks up an action with the given name.

 

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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09