|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShutdownMBean
Shutdown plugin JMX MBean interface. Shuts the Qpid broker down via JMX.
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. |
Method Detail |
---|
void shutdown()
void shutdown(long delay)
delay
- the number of ms to waitvoid shutdownAt(String when)
when
- the date and time to shutdown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |