Class DumpHandler
- java.lang.Object
-
- org.apache.karaf.diagnostic.core.internal.DumpHandler
-
- All Implemented Interfaces:
Closeable,AutoCloseable,sun.misc.SignalHandler
public class DumpHandler extends Object implements sun.misc.SignalHandler, Closeable
-
-
Constructor Summary
Constructors Constructor Description DumpHandler(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
handle
public void handle(sun.misc.Signal signal)
- Specified by:
handlein interfacesun.misc.SignalHandler
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-