org.jboss.management.mejb
Interface RMIClientNotificationListenerInterface

All Superinterfaces:
Remote, Serializable
All Known Implementing Classes:
RMIClientNotificationListener

public interface RMIClientNotificationListenerInterface
extends Remote, Serializable

This Interface defines the methods in the RMI Stub transferred to the server-side.

Author:
Andreas "Mad" Schaefer

Method Summary
 void handleNotification(javax.management.Notification pNotification, Object pHandback)
          Handles the given notifcation event and passed it to the registered listener
 

Method Detail

handleNotification

void handleNotification(javax.management.Notification pNotification,
                        Object pHandback)
                        throws RemoteException
Handles the given notifcation event and passed it to the registered listener

Parameters:
pNotification - NotificationEvent
pHandback - Handback object
Throws:
RemoteException - If a Remote Exception occurred


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.