SettableBean
, WLDFBean
, WLDFNotificationBean
public interface WLDFThreadDumpActionBean extends WLDFNotificationBean
Modifier and Type | Method | Description |
---|---|---|
int |
getThreadDumpCount() |
The number of thread dumps to capture.
|
int |
getThreadDumpDelaySeconds() |
The delay, in seconds, to pause betweeen thread dump captures.
|
void |
setThreadDumpCount(int count) |
Set number of thread dumps to capture.
|
void |
setThreadDumpDelaySeconds(int delay) |
Specify the time to wait between successive thread dumps
|
getTimeout, isEnabled, setEnabled, setTimeout
int getThreadDumpCount()
The number of thread dumps to capture.
void setThreadDumpCount(int count)
Set number of thread dumps to capture.
count
- Number of thread dumps to captureint getThreadDumpDelaySeconds()
The delay, in seconds, to pause betweeen thread dump captures.
void setThreadDumpDelaySeconds(int delay)
delay
- Wait time between successive thread dumps in seconds