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

Part Number E27170-02

weblogic.diagnostics.descriptor
Interface WLDFNotificationBean

All Superinterfaces:
WLDFBean
All Known Subinterfaces:
WLDFImageNotificationBean, WLDFJMSNotificationBean, WLDFJMXNotificationBean, WLDFSMTPNotificationBean, WLDFSNMPNotificationBean

public interface WLDFNotificationBean
extends WLDFBean

Use this interface to define the base class for the different types of notifications sent by a watch when it evaluates to true.

Access limited to the following security roles:
Deployer

Method Summary
 boolean isEnabled()
          Specifies whether this notification is enabled.
 void setEnabled(boolean enabled)
          Sets the value of the Enabled attribute.
 
Methods inherited from interface weblogic.diagnostics.descriptor.WLDFBean
getId, getName
 

Method Detail

isEnabled

boolean isEnabled()

Specifies whether this notification is enabled.

Returns:
the state of this notification, true if enabled, false if disabled
Default Value:
true

setEnabled

void setEnabled(boolean enabled)

Sets the value of the Enabled attribute.

Parameters:
enabled - the state to which the notification is set, true to enable, false to disable
See Also:
WLDFNotificationBean.isEnabled()

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-02