org.apache.qpid.shutdown
Interface ShutdownMBean

All Known Implementing Classes:
Shutdown

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

shutdown

void shutdown()
Broker will be shut down immediately.


shutdown

void shutdown(long delay)
Broker will be shutdown after the specified delay

Parameters:
delay - the number of ms to wait

shutdownAt

void shutdownAt(String when)
Broker will be shutdown at the specified date and time.

Parameters:
when - the date and time to shutdown


Licensed to the Apache Software Foundation