weblogic.diagnostics.accessor.runtime.See: Description
| Interface | Description | 
|---|---|
| AccessRuntimeMBean | 
 Use this interface to access the different types of diagnostic
 data generated by a server. 
 | 
| ArchiveRuntimeMBean | 
 Use this interface to collect statistical information about
 the data archives maintained by WLDF. 
 | 
| DataAccessRuntimeMBean | 
 Use this interface to access the specific type of diagnostic
 data from an underlying log for which this instance is created. 
 | 
| DataRetirementTaskRuntimeMBean | 
 Exposes monitoring information about a potentially long-running
 request for the data retirement task. 
 | 
| DbstoreArchiveRuntimeMBean | 
 Use this interface to retrieve statistical information associated with
 the WLDF archives that use databases for storage. 
 | 
| EditableArchiveRuntimeMBean | 
 Use this interface to collect statistical information about
 the editable archives maintained by WLDF, such as JDBC based and
 weblogic.store based WLDF archives 
 | 
| FileArchiveRuntimeMBean | 
 Use this interface to collect statistical information about
 file-based WLDF archives. 
 | 
| WlstoreArchiveRuntimeMBean | 
 Use this interface to retrieve statistical information
 associated with WLDF archives that use WebLogic Store for data
 storage. 
 | 
weblogic.diagnostics.accessor.runtime.