mx4j.connector.rmi.iiop
Class IIOPConnector

java.lang.Object
  extended bymx4j.connector.rmi.RMIConnector
      extended bymx4j.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)
Specified by:
narrow in class RMIConnector

createRemoteNotificationListener

protected NotificationListener createRemoteNotificationListener(NotificationListener listener)
                                                         throws java.rmi.RemoteException
Specified by:
createRemoteNotificationListener in class RMIConnector
Throws:
java.rmi.RemoteException

createRemoteNotificationFilter

protected NotificationFilter createRemoteNotificationFilter(NotificationFilter filter)
                                                     throws java.rmi.RemoteException
Specified by:
createRemoteNotificationFilter in class RMIConnector
Throws:
java.rmi.RemoteException


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