mx4j.remote.resolver.rmi
Class Resolver
public
class
Resolver
extends ConnectionResolver
Resolver for RMI/JRMP protocol.
Version: $Revision: 1.1 $
Method Summary |
Object | bindClient(Object client, Map environment) |
JMXServiceURL | bindServer(Object server, JMXServiceURL url, Map environment) |
protected RMIServerImpl | createRMIServer(JMXServiceURL url, Map environment) |
Object | createServer(JMXServiceURL url, Map environment) |
protected RMIServer | decodeStub(JMXServiceURL url, Map environment) |
void | destroyServer(Object server, JMXServiceURL url, Map environment) |
protected String | encodeStub(RMIServerImpl rmiServer, Map environment) |
protected boolean | isEncodedForm(JMXServiceURL url) |
Object | lookupClient(JMXServiceURL url, Map environment) |
protected RMIServer | lookupRMIServerStub(JMXServiceURL url, Map environment) |
protected RMIServer | narrowRMIServerStub(Object stub) |
void | unbindServer(Object server, JMXServiceURL url, Map environment) |
public Object bindClient(Object client, Map environment)
public JMXServiceURL bindServer(Object server, JMXServiceURL url, Map environment)
protected RMIServerImpl createRMIServer(JMXServiceURL url, Map environment)
public Object createServer(JMXServiceURL url, Map environment)
protected RMIServer decodeStub(JMXServiceURL url, Map environment)
public void destroyServer(Object server, JMXServiceURL url, Map environment)
protected String encodeStub(RMIServerImpl rmiServer, Map environment)
protected boolean isEncodedForm(JMXServiceURL url)
public Object lookupClient(JMXServiceURL url, Map environment)
protected RMIServer lookupRMIServerStub(JMXServiceURL url, Map environment)
protected RMIServer narrowRMIServerStub(Object stub)
public void unbindServer(Object server, JMXServiceURL url, Map environment)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.