|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagnosticDumpMBean
Diagnostic MBean which allows to create dumps over JMX.
Method Summary | |
---|---|
void |
createDump(boolean directory,
java.lang.String name)
Create dump with directory switch and name. |
void |
createDump(java.lang.String name)
Creates dump over JMX. |
Method Detail |
---|
void createDump(java.lang.String name) throws Exception
name
- Name of the dump.
Exception
- In case of any problems.void createDump(boolean directory, java.lang.String name) throws Exception
directory
- Should dump be created in directory.name
- Name of the dump.
Exception
- In case of any problems.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |