org.apache.karaf.diagnostic.core
Interface DumpProvider

All Known Implementing Classes:
BundleDumpProvider, FeaturesDumpProvider, LogDumpProvider, TextDumpProvider, ThreadDumpProvider

public interface DumpProvider

Interface which represents instance of tool which can provide dump information.

Author:
ldywicki

Method Summary
 void createDump(DumpDestination destination)
          Creates dump in given entry.
 

Method Detail

createDump

void createDump(DumpDestination destination)
                throws Exception
Creates dump in given entry.

Throws:
Exception


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.