01: package example; 02: 03: /** 04: * Interface for the EmitterMBean. 05: */ 06: public interface EmitterMBean { 07: /** 08: * Sends a notification. 09: */ 10: public void send(); 11: }