mx4j.tools.remote.resolver.soap
Class Resolver
java.lang.Object
mx4j.remote.ProviderHelper
mx4j.remote.ConnectionResolver
mx4j.tools.remote.http.HTTPResolver
mx4j.tools.remote.resolver.soap.Resolver
- Direct Known Subclasses:
- Resolver
- public class Resolver
- extends HTTPResolver
- Version:
- $Revision: 1.1 $
Method Summary |
protected void |
deploy(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
|
protected java.lang.String |
getServletClassName()
|
java.lang.Object |
lookupClient(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
Looks up a connection with the server side as specified in the given JMXServiceURL. |
protected void |
undeploy(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resolver
public Resolver()
lookupClient
public java.lang.Object lookupClient(javax.management.remote.JMXServiceURL address,
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
deploy
protected void deploy(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
throws java.io.IOException
- Overrides:
deploy
in class HTTPResolver
- Throws:
java.io.IOException
undeploy
protected void undeploy(javax.management.remote.JMXServiceURL address,
java.util.Map environment)
throws java.io.IOException
- Overrides:
undeploy
in class HTTPResolver
- Throws:
java.io.IOException
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.