org.apache.qpid.shutdown
Class Shutdown.SystemExiter

java.lang.Object
  extended by org.apache.qpid.shutdown.Shutdown.SystemExiter
All Implemented Interfaces:
Runnable
Enclosing class:
Shutdown

 class Shutdown.SystemExiter
extends Object
implements Runnable

Shutting down the system in another thread to avoid JMX exceptions being thrown.


Constructor Summary
Shutdown.SystemExiter()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown.SystemExiter

Shutdown.SystemExiter()
Method Detail

run

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


Licensed to the Apache Software Foundation