mx4j.tools.connector.rmi
Class RMIConnector
java.lang.Object
mx4j.tools.connector.rmi.RMIConnector
- JMXConnector, Serializable
public abstract class RMIConnector
extends java.lang.Object
Client-side connector for Remote Method Invocation.
This is a base class for RMI/JRMP and RMI/IIOP connectors.
Version:
connect
public void connect(String jndiName,
Hashtable properties)
throws NamingException
Connect to a server-side adaptor using the given JNDI name and JNDI properties.
createRemoteNotificationFilter
protected javax.management.NotificationFilter createRemoteNotificationFilter(javax.management.NotificationFilter listener)
throws RemoteException
createRemoteNotificationListener
protected javax.management.NotificationListener createRemoteNotificationListener(javax.management.NotificationListener listener)
throws RemoteException
getRemoteHostAddress
public String getRemoteHostAddress()
throws RemoteException
getRemoteHostName
public String getRemoteHostName()
throws RemoteException
invoke
protected Object invoke(String key,
javax.management.ObjectName objectName,
String methodName,
String[] signature,
Object[] arguments)
throws Exception
Copyright © 2001-2003 MX4J Team. All Rights Reserved.