|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongRequestMXBean
Interface for JIRA's long request MXB. This bean's properties control what kind of logging is performed for long requests (requests that are not processed within a configurable time threshold).
Method Summary | |
---|---|
int |
getDumpThreadsThreshold()
Returns the dump threads threshold value. |
int |
getLogThreshold()
Returns the log threshold value. |
String |
getThreadDumpsDir()
Returns the directory where thread dumps will be created. |
void |
setDumpThreadsThreshold(int threshold)
Sets the dump threads threshold value. |
void |
setLogThreshold(int threshold)
Sets the log threshold value. |
void |
setThreadDumpsDir(String directory)
Sets the directory where thread dumps will be created. |
Method Detail |
---|
int getLogThreshold()
void setLogThreshold(int threshold)
threshold
- an int containing the log threshold, in millisecondsint getDumpThreadsThreshold()
void setDumpThreadsThreshold(int threshold)
threshold
- an int containing the dump threads threshold, in millisecondsString getThreadDumpsDir()
void setThreadDumpsDir(String directory)
directory
- a String containing the absolute path to a directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |