BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.management
Interface RemoteNotificationListener

All Superinterfaces:
EventListener, NotificationListener, Remote

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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

public 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/docs91
Copyright 2005 BEA Systems Inc.