BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management
Interface RemoteNotificationListener

All Known Implementing Classes:
StdoutSeverityListener

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

This interface is a remote version of the standard JMX NotificationListener interface. It is used by any client that registers for events on a RemoteMBeanServer.

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

Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
          The method that the server will call back when the event occurs.
 

Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
The method that the server will call back when the event occurs.
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/docs81b