mx4j.tools.remote.resolver.hessian
Class Resolver

java.lang.Object
  extended bymx4j.remote.ProviderHelper
      extended bymx4j.remote.ConnectionResolver
          extended bymx4j.tools.remote.http.HTTPResolver
              extended bymx4j.tools.remote.resolver.hessian.Resolver
Direct Known 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
 
Constructor Summary
Resolver()
           
 
Method Summary
protected  java.lang.String getServletClassName()
           
 java.lang.Object lookupClient(javax.management.remote.JMXServiceURL url, java.util.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, unbindServer, undeploy
 
Methods inherited from class mx4j.remote.ConnectionResolver
newConnectionResolver
 
Methods inherited from class mx4j.remote.ProviderHelper
constructClassName, findSystemPackageList, getLogger, loadClass, normalizeProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resolver

public Resolver()
Method Detail

lookupClient

public java.lang.Object lookupClient(javax.management.remote.JMXServiceURL url,
                                     java.util.Map environment)
                              throws java.io.IOException
Description copied from class: ConnectionResolver
Looks up a connection with the server side as specified in the given JMXServiceURL. This method is used in implementations of JMXConnector.connect().

Specified by:
lookupClient in class ConnectionResolver
Throws:
java.io.IOException
See Also:
ConnectionResolver.bindClient(java.lang.Object, java.util.Map)

getServletClassName

protected java.lang.String getServletClassName()
Specified by:
getServletClassName in class HTTPResolver


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