Package com.sun.appserv.management.base

Examples of com.sun.appserv.management.base.NotificationEmitterService.addNotificationListener()


   
    final NotificationBuilder  builder  =
      new NotificationBuilder( testEmitListener.TEST_TYPE, TEST_SOURCE );
   
    final testEmitListener  listener  = new testEmitListener();
    nes.addNotificationListener( listener, null, null);
    final Notification  notif  = builder.buildNew( TEST_MESSAGE);
    builder.putMapData( notif, TEST_KEY, TEST_VALUE );
   
    // call emitNotification() and verify it was emitted
    nes.emitNotification( notif );
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.