|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.shutdown.Shutdown
public class Shutdown
Implementation of the JMX broker shutdown plugin.
Nested Class Summary | |
---|---|
(package private) class |
Shutdown.SystemExiter
Shutting down the system in another thread to avoid JMX exceptions being thrown. |
Constructor Summary | |
---|---|
Shutdown()
|
Method Summary | |
---|---|
void |
shutdown()
Broker will be shut down immediately. |
void |
shutdown(long delay)
Broker will be shutdown after the specified delay |
void |
shutdownAt(String when)
Broker will be shutdown at the specified date and time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shutdown()
Method Detail |
---|
public void shutdown()
ShutdownMBean
shutdown
in interface ShutdownMBean
ShutdownMBean.shutdown()
public void shutdown(long delay)
ShutdownMBean
shutdown
in interface ShutdownMBean
delay
- the number of ms to waitShutdownMBean.shutdown(long)
public void shutdownAt(String when)
ShutdownMBean
shutdownAt
in interface ShutdownMBean
when
- the date and time to shutdownShutdownMBean.shutdownAt(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |