mx4j.tools.remote.resolver.hessian

Class Resolver

Known Direct Subclasses:
Resolver

public class Resolver
extends HTTPResolver

Version:
$Revision: 1.1 $

Field Summary

Fields inherited from class mx4j.tools.remote.http.HTTPResolver

DEFAULT_WEB_CONTAINER_CLASS

Method Summary

protected String
getServletClassName()
Object
lookupClient(javax.management.remote.JMXServiceURL url, Map environment)
Looks up a connection with the server side as specified in the given JMXServiceURL.

Methods inherited from class mx4j.tools.remote.http.HTTPResolver

bindClient, bindServer, createServer, createWebContainer, deploy, destroyServer, getEndpoint, getEndpointProtocol, getServletClassName, unbindServer, undeploy

Methods inherited from class mx4j.remote.ConnectionResolver

bindClient, bindServer, createServer, destroyServer, lookupClient, newConnectionResolver, unbindServer

Methods inherited from class mx4j.remote.ProviderHelper

constructClassName, findSystemPackageList, getLogger, loadClass, normalizeProtocol

Method Details

getServletClassName

protected String getServletClassName()
Overrides:
getServletClassName in interface HTTPResolver

lookupClient

public Object lookupClient(javax.management.remote.JMXServiceURL url,
                           Map environment)
            throws IOException
Looks up a connection with the server side as specified in the given JMXServiceURL. This method is used in implementations of javax.management.remote.JMXConnector.connect().
Overrides:
lookupClient in interface ConnectionResolver

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.