SettableBean, WLDFBean, WLDFNotificationBeanpublic interface WLDFImageNotificationBean extends WLDFNotificationBean
Use this interface to configure an image action, which will
 be sent when a diagnostic policy evaluates to true.
Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getImageDirectory() | 
 Deprecated.
 
12.2.1.1.0 
 | 
int | 
getImageLockout() | 
 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. 
 | 
void | 
setImageDirectory(java.lang.String imageDirectory) | 
 Deprecated.
 
12.2.1.1.0 
 | 
void | 
setImageLockout(int imageLockout) | 
 Sets the value of the ImageLockout attribute. 
 | 
getTimeout, isEnabled, setEnabled, setTimeout@Deprecated java.lang.String getImageDirectory()
The directory where diagnostic images are stored.
 The default directory, relative to a server's root directory, is
 ./logs/diagnostic_images.
@Deprecated void setImageDirectory(java.lang.String imageDirectory)
Sets the value of the ImageDirectory attribute.
imageDirectory - the directory path for the diagnostic imagegetImageDirectory()int getImageLockout()
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.
void setImageLockout(int imageLockout)
Sets the value of the ImageLockout attribute.
imageLockout - the number of minutes that requests are lockedgetImageLockout()