ArchiveRuntimeMBean, DbstoreArchiveRuntimeMBean, javax.management.DynamicMBean, EditableArchiveRuntimeMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBean, WLDFArchiveRuntimeMBean, WLDFEditableArchiveRuntimeMBeanpublic interface WLDFDbstoreArchiveRuntimeMBean extends WLDFEditableArchiveRuntimeMBean, DbstoreArchiveRuntimeMBean
Use this interface to retrieve statistical information associated with the WLDF archives that use databases for storage.
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
purgeDataRetirementTasks(long completedBefore) | 
 Purge data retirement tasks which have completed before the specified timestamp. 
 | 
getRecordRetrievalTime, getRecordSeekCount, getRecordSeekTime, getRetrievedRecordCountgetDeletionCount, getDeletionTime, getInsertionCount, getInsertionTimegetAttribute, getAttributes, invoke, setAttribute, setAttributesgetDataRetirementCycles, getDataRetirementTasks, getDataRetirementTotalTime, getLastDataRetirementStartTime, getLastDataRetirementTime, getRetiredRecordCount, performRetirementpostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentperformDataRetirementint purgeDataRetirementTasks(long completedBefore)
                      throws ManagementException
Purge data retirement tasks which have completed before the specified timestamp.
purgeDataRetirementTasks in interface EditableArchiveRuntimeMBeanpurgeDataRetirementTasks in interface WLDFEditableArchiveRuntimeMBeancompletedBefore - Completion timestamp (millis since Epoch time) of tasks to be purgedManagementException