mx4j.connector.rmi.iiop
Class IIOPConnector

java.lang.Object
  |
  +--mx4j.connector.rmi.RMIConnector
        |
        +--mx4j.connector.rmi.iiop.IIOPConnector
All Implemented Interfaces:
JMXConnector, java.io.Serializable

public class IIOPConnector
extends RMIConnector

Version:
$Revision: 1.5 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
IIOPConnector()
           
 
Method Summary
protected  NotificationFilter createRemoteNotificationFilter(NotificationFilter filter)
           
protected  NotificationListener createRemoteNotificationListener(NotificationListener listener)
           
protected  RemoteAdaptor narrow(java.lang.Object object)
           
 
Methods inherited from class mx4j.connector.rmi.RMIConnector
close, connect, getRemoteHostAddress, getRemoteHostName, getRemoteMBeanServer, invoke, setInvocationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIOPConnector

public IIOPConnector()
Method Detail

narrow

protected RemoteAdaptor narrow(java.lang.Object object)
Overrides:
narrow in class RMIConnector

createRemoteNotificationListener

protected NotificationListener createRemoteNotificationListener(NotificationListener listener)
                                                         throws java.rmi.RemoteException
Overrides:
createRemoteNotificationListener in class RMIConnector

createRemoteNotificationFilter

protected NotificationFilter createRemoteNotificationFilter(NotificationFilter filter)
                                                     throws java.rmi.RemoteException
Overrides:
createRemoteNotificationFilter in class RMIConnector


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