ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBean, WLDFDataRetirementMBeanpublic interface WLDFDataRetirementByAgeMBean extends WLDFDataRetirementMBean
This MBean specifies how data retirement for a WLDF archive will be performed based on the age of records in WLDF archives.
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_RETIREMENT_AGE |
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
int |
getRetirementAge() |
Retirement age for records in hours.
|
void |
setRetirementAge(int retirementAge) |
Sets retirementAge attribute
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetArchiveName, getRetirementPeriod, getRetirementTime, isEnabled, setArchiveName, setEnabled, setRetirementPeriod, setRetirementTimestatic final int DEFAULT_RETIREMENT_AGE
int getRetirementAge()
Retirement age for records in hours. Older records will be eligible for deletion.
void setRetirementAge(int retirementAge)
Sets retirementAge attribute
retirementAge - Retirement age for records, in hours.getRetirementAge()