mx4j.remote.resolver.rmi

Class Resolver

public class Resolver extends ConnectionResolver

Resolver for RMI/JRMP protocol.

Version: $Revision: 1.1 $

Method Summary
ObjectbindClient(Object client, Map environment)
JMXServiceURLbindServer(Object server, JMXServiceURL url, Map environment)
protected RMIServerImplcreateRMIServer(JMXServiceURL url, Map environment)
ObjectcreateServer(JMXServiceURL url, Map environment)
protected RMIServerdecodeStub(JMXServiceURL url, Map environment)
voiddestroyServer(Object server, JMXServiceURL url, Map environment)
protected StringencodeStub(RMIServerImpl rmiServer, Map environment)
protected booleanisEncodedForm(JMXServiceURL url)
ObjectlookupClient(JMXServiceURL url, Map environment)
protected RMIServerlookupRMIServerStub(JMXServiceURL url, Map environment)
protected RMIServernarrowRMIServerStub(Object stub)
voidunbindServer(Object server, JMXServiceURL url, Map environment)

Method Detail

bindClient

public Object bindClient(Object client, Map environment)

bindServer

public JMXServiceURL bindServer(Object server, JMXServiceURL url, Map environment)

createRMIServer

protected RMIServerImpl createRMIServer(JMXServiceURL url, Map environment)

createServer

public Object createServer(JMXServiceURL url, Map environment)

decodeStub

protected RMIServer decodeStub(JMXServiceURL url, Map environment)

destroyServer

public void destroyServer(Object server, JMXServiceURL url, Map environment)

encodeStub

protected String encodeStub(RMIServerImpl rmiServer, Map environment)

isEncodedForm

protected boolean isEncodedForm(JMXServiceURL url)

lookupClient

public Object lookupClient(JMXServiceURL url, Map environment)

lookupRMIServerStub

protected RMIServer lookupRMIServerStub(JMXServiceURL url, Map environment)

narrowRMIServerStub

protected RMIServer narrowRMIServerStub(Object stub)

unbindServer

public void unbindServer(Object server, JMXServiceURL url, Map environment)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.