WLDFImageNotificationBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Use this interface to configure an image notification, which will be sent when a diagnostic watch evaluates to true.

Since 9.0.0.0    
Security roles The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:

  • Deployer
   
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.WLDFImageNotificationBean
   
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


 

Enabled

Whether this notification is enabled.

   
Privileges Read/Write    
Type boolean
Default Value true

 

ImageDirectory

The directory where diagnostic images are stored. The default directory, relative to a server's root directory, is ./logs/diagnostic_images.

   
Privileges Read/Write    
Type java.lang.String

 

ImageLockout

The length of time, in minutes, during which no diagnostic images requests will be accepted; that is, the minimum amount of time between image capture requests.

   
Privileges Read/Write    
Type int
Minimum value 0

 

Name of

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

   
Privileges Read only    
Type java.lang.String
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.