BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management
Interface RemoteNotificationListener


public interface RemoteNotificationListener
extends javax.management.NotificationListener, java.rmi.Remote

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

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
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 javax.management.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/docs81