Package org.apache.karaf.diagnostic.core
Interface DumpProvider
-
- All Known Implementing Classes:
BundleDumpProvider,EnvironmentDumpProvider,HeapDumpProvider,MemoryDumpProvider,TextDumpProvider,ThreadDumpProvider
public interface DumpProviderInterface which represents instance of tool which can provide dump information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateDump(DumpDestination destination)Create dump in given entry.
-
-
-
Method Detail
-
createDump
void createDump(DumpDestination destination) throws Exception
Create dump in given entry.- Parameters:
destination- The destination where to create the dump.- Throws:
Exception- If the dump creation fails.
-
-