mx4j.connector.rmi.iiop
Class IIOPConnector

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

public class IIOPConnector
extends RMIConnector

Version:
$Revision: 1.3 $
Author:
Simone Bordet

Constructor Summary
IIOPConnector()
           
 
Method Summary
 void close()
           
protected  NotificationFilter createRemoteNotificationFilter(NotificationFilter filter)
           
protected  NotificationListener createRemoteNotificationListener(NotificationListener listener)
           
protected  RMIProtocolAdaptor narrow(java.lang.Object object)
           
 
Methods inherited from class mx4j.connector.rmi.RMIConnector
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 RMIProtocolAdaptor 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

close

public void close()