BEA Systems, Inc.

weblogic.management
Interface RemoteNotificationListener

All Superinterfaces:
EventListener, NotificationListener, Remote

Deprecated.

public interface RemoteNotificationListener
extends NotificationListener, Remote

Enables an object to receive JMX notifications that are generated in either the local JVM or a remote JVM.


Method Summary
 void handleNotification(Notification notification, Object handback)
          Deprecated. A listener object must implement this method, which is invoked when a JMX notification occurs.
 

Method Detail

handleNotification

void handleNotification(Notification notification,
                        Object handback)
Deprecated. 
A listener object must implement this method, which is invoked when a JMX notification occurs. The implementation should return as soon as possible to avoid blocking its notification broadcaster.

Specified by:
handleNotification in interface NotificationListener
Parameters:
notification - The event that occurred
handback - A handback object established at the time the notification was initiated.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.