org.apache.qpid.tools.messagestore
Class MessageStoreTool.ShutdownHook

java.lang.Object
  extended by org.apache.qpid.tools.messagestore.MessageStoreTool.ShutdownHook
All Implemented Interfaces:
Runnable
Enclosing class:
MessageStoreTool

static class MessageStoreTool.ShutdownHook
extends Object
implements Runnable

Simple ShutdownHook to cleanly shutdown the databases


Field Summary
(package private)  MessageStoreTool _tool
           
 
Constructor Summary
MessageStoreTool.ShutdownHook(MessageStoreTool messageStoreTool)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tool

MessageStoreTool _tool
Constructor Detail

MessageStoreTool.ShutdownHook

MessageStoreTool.ShutdownHook(MessageStoreTool messageStoreTool)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Licensed to the Apache Software Foundation