BEA Systems, Inc.


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.


Method Summary
 void handleNotification(javax.management.Notification notif, 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 notif,
                               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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference