001 package org.shiftone.jrat.core.shutdown;
002
003
004 /**
005 * @author jeff@shiftone.org (Jeff Drost)
006 */
007 public interface ShutdownRegistryMBean {
008
009 int getShutdownListenerCount();
010
011
012 String getShutdownListenersHtml();
013
014
015 void forceShutdownNow();
016 }