SettableBean, WLDFBeanpublic interface WLDFResourceBean extends WLDFBean
The top of the WebLogic Diagnostic Framework (WLDF) module bean tree.
All WLDF modules have a WLDFResourceBean as their root bean (a bean with no parent).
| Modifier and Type | Method | Description | 
|---|---|---|
WLDFHarvesterBean | 
getHarvester() | 
 The Diagnostic Harvester configuration for this deployment. 
 | 
WLDFInstrumentationBean | 
getInstrumentation() | 
 The Diagnostic Instrumentation configuration for this deployment. 
 | 
WLDFWatchNotificationBean | 
getWatchNotification() | 
 The Diagnostic Policy and Action configuration for this
 deployment. 
 | 
WLDFInstrumentationBean getInstrumentation()
The Diagnostic Instrumentation configuration for this deployment.
WLDFHarvesterBean getHarvester()
The Diagnostic Harvester configuration for this deployment.
WLDFWatchNotificationBean getWatchNotification()
The Diagnostic Policy and Action configuration for this deployment.