mx4j.connector.rmi.jrmp
Class JRMPRemoteNotificationListenerSupport
java.lang.Object
|
+--mx4j.connector.rmi.RemoteNotificationListenerSupport
|
+--mx4j.connector.rmi.jrmp.JRMPRemoteNotificationListenerSupport
- All Implemented Interfaces:
- java.util.EventListener, NotificationListener, java.io.Serializable
- public class JRMPRemoteNotificationListenerSupport
- extends RemoteNotificationListenerSupport
- See Also:
- Serialized Form
Method Summary |
void |
export()
|
void |
export(int port)
|
void |
export(int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
|
void |
unexport()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JRMPRemoteNotificationListenerSupport
public JRMPRemoteNotificationListenerSupport(javax.management.NotificationListener clientListener)
export
public void export()
throws java.rmi.RemoteException
- Specified by:
export
in class RemoteNotificationListenerSupport
java.rmi.RemoteException
export
public void export(int port)
throws java.rmi.RemoteException
java.rmi.RemoteException
export
public void export(int port,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
throws java.rmi.RemoteException
java.rmi.RemoteException
unexport
public void unexport()
throws java.rmi.NoSuchObjectException
- Specified by:
unexport
in class RemoteNotificationListenerSupport
java.rmi.NoSuchObjectException