mx4j.tools.connector.rmi.jrmp

Class JRMPRemoteNotificationListenerSupport

Implemented Interfaces:
javax.management.NotificationListener, Serializable

public class JRMPRemoteNotificationListenerSupport
extends RemoteNotificationListenerSupport

Version:
$Revision: 1.3 $

Constructor Summary

JRMPRemoteNotificationListenerSupport(javax.management.NotificationListener clientListener)

Method Summary

void
export()
void
export(int port)
void
export(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
void
unexport()

Methods inherited from class mx4j.tools.connector.rmi.RemoteNotificationListenerSupport

equals, export, getRemoteNotificationListener, handleNotification, hashCode, unexport

Constructor Details

JRMPRemoteNotificationListenerSupport

public JRMPRemoteNotificationListenerSupport(javax.management.NotificationListener clientListener)

Method Details

export

public void export()
            throws RemoteException
Overrides:
export in interface RemoteNotificationListenerSupport


export

public void export(int port)
            throws RemoteException


export

public void export(int port,
                   RMIClientSocketFactory csf,
                   RMIServerSocketFactory ssf)
            throws RemoteException


unexport

public void unexport()
            throws NoSuchObjectException
Overrides:
unexport in interface RemoteNotificationListenerSupport


Copyright © 2001-2003 MX4J Team. All Rights Reserved.