|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.StandardMBean
org.apache.karaf.diagnostic.management.internal.DiagnosticDumpMBeanImpl
public class DiagnosticDumpMBeanImpl
Implementation of diagnostic mbean.
Constructor Summary | |
---|---|
DiagnosticDumpMBeanImpl()
Creates new diagnostic mbean. |
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 witch given name |
void |
setProviders(java.util.List<DumpProvider> providers)
Sets dump providers. |
Methods inherited from class javax.management.StandardMBean |
---|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiagnosticDumpMBeanImpl() throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanException
Method Detail |
---|
public void createDump(java.lang.String name) throws Exception
createDump
in interface DiagnosticDumpMBean
name
- Name of the dump.
Exception
- In case of any problems.public void createDump(boolean directory, java.lang.String name) throws Exception
createDump
in interface DiagnosticDumpMBean
directory
- Should dump be created in directory.name
- Name of the dump.
Exception
- In case of any problems.public void setProviders(java.util.List<DumpProvider> providers)
providers
- Dump providers.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |