Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

javax.management.event
Interface RMIPushServer

All Superinterfaces:
Remote

public interface RMIPushServer
extends Remote

The RMIPushEventRelay exports an RMI object of this class and sends a client stub for that object to the associated RMIPushEventForwarder in a remote MBean server. The RMIPushEventForwarder then sends notifications to the RMI object.


Method Summary
Modifier and Type Method and Description
 void receive(NotificationResult nr)
          Dispatch the notifications in nr to the RMIPushEventRelay associated with this object.
 

Method Detail

receive

void receive(NotificationResult nr)
             throws RemoteException

Dispatch the notifications in nr to the RMIPushEventRelay associated with this object.

Parameters:
nr - the notification result to dispatch.
Throws:
RemoteException - if the remote invocation of this method failed.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.