ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface WLDFBuiltinWatchConfigurationMBean extends ConfigurationMBean
This bean defines a WLDF Builtin System Resource Watch Notification configuration settings control.
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getStuckThreadThreadDumpActionDelaySeconds() |
The delay, in seconds, to pause between thread dump captures.
|
void |
setStuckThreadDiagnosticImageNotificationEnabled(boolean enabled) |
Enable the WLDF Builtin Stuck Thread Watch Diagnostic
Image Notification.
|
void |
setStuckThreadThreadDumpActionCount(int count) |
Sets the number of successive thread dumps to capture for specified
stuck thread thread dump action whenever it executes.
|
void |
setStuckThreadThreadDumpActionDelaySeconds(int delay) |
Specify the time to wait between successive thread dumps
|
void |
setStuckThreadThreadDumpActionEnabled(boolean enabled) |
Enable the WLDF Builtin Stuck Thread Watch Thread Dump Action .
|
void |
setStuckThreadWatchEnabled(boolean enabled) |
Enable the WLDF Builtin Stuck Thread Watch.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
void setStuckThreadWatchEnabled(boolean enabled)
Enable the WLDF Builtin Stuck Thread Watch.
enabled
- valueisStuckThreadWatchEnabled()
void setStuckThreadDiagnosticImageNotificationEnabled(boolean enabled)
Enable the WLDF Builtin Stuck Thread Watch Diagnostic Image Notification.
enabled
- valueisStuckThreadDiagnosticImageNotificationEnabled()
void setStuckThreadThreadDumpActionEnabled(boolean enabled)
Enable the WLDF Builtin Stuck Thread Watch Thread Dump Action .
enabled
- valueisStuckThreadThreadDumpActionEnabled()
void setStuckThreadThreadDumpActionCount(int count)
Sets the number of successive thread dumps to capture for specified stuck thread thread dump action whenever it executes.
count
- valuegetStuckThreadThreadDumpActionCount()
int getStuckThreadThreadDumpActionDelaySeconds()
The delay, in seconds, to pause between thread dump captures.
void setStuckThreadThreadDumpActionDelaySeconds(int delay)
delay
- Wait time between successive thread dumps in seconds