ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface RestartLoopProtectionMBean extends ConfigurationMBean
RestartLoopProtectionMBean defines the configuration
to stop the partition from entering an endless restart loop.
It is an optional configuration and when enabled it is a
resource manager wide configuration.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
long |
getMaxRestartAllowed() |
Gets the value of max-restart-allowed.
|
long |
getMaxRestartAllowedInterval() |
Gets the value of max-restart-allowed-interval.
|
long |
getRestartDelay() |
The restart delay.
|
boolean |
isRestartLoopProtectionEnabled() |
Checks if restart loop protection is enabled.
|
void |
setMaxRestartAllowed(long value) |
Assigns the value of max-restart-allowed.
|
void |
setMaxRestartAllowedInterval(long value) |
Assigns the value of max-restart-allowed-interval.
|
void |
setRestartDelay(long value) |
Sets the restart delay.
|
void |
setRestartLoopProtectionEnabled(boolean isEnabled) |
Enables or disables restart loop protection.
|
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, setParentboolean isRestartLoopProtectionEnabled()
void setRestartLoopProtectionEnabled(boolean isEnabled)
isEnabled - isRestartLoopProtectionEnabled()long getMaxRestartAllowed()
void setMaxRestartAllowed(long value)
value - The max-restart-allowed value.long getMaxRestartAllowedInterval()
void setMaxRestartAllowedInterval(long value)
value - The max-restart-allowed-interval value.long getRestartDelay()
void setRestartDelay(long value)
value - The restart delay.