public interface ShutdownMBean
Modifier and Type | Method and Description |
---|---|
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.
|
static final String TYPE
void shutdown()
void shutdown(long delay)
delay
- the number of ms to waitvoid shutdownAt(String when)
when
- the date and time to shutdownCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.