1 23 24 package com.sun.appserv.management.base; 25 26 import javax.management.Notification ; 27 import javax.management.NotificationEmitter ; 28 29 37 public interface NotificationEmitterService 38 extends AMX 39 { 40 41 public static final String J2EE_TYPE = XTypes.NOTIFICATION_EMITTER_SERVICE; 42 43 77 public void emitNotification( Notification notif ); 78 79 82 public int getListenerCount(); 83 } 84 | Popular Tags |