mx4j.tools.remote.resolver.soap
Class Resolver
protected void | deploy(javax.management.remote.JMXServiceURL address, Map environment)
|
protected String | getServletClassName()
|
Object | lookupClient(javax.management.remote.JMXServiceURL address, Map environment) - Looks up a connection with the server side as specified in the given JMXServiceURL.
|
protected void | undeploy(javax.management.remote.JMXServiceURL address, Map environment)
|
bindClient , bindServer , createServer , createWebContainer , deploy , destroyServer , getEndpoint , getEndpointProtocol , getServletClassName , unbindServer , undeploy |
deploy
protected void deploy(javax.management.remote.JMXServiceURL address,
Map environment)
throws IOException
- deploy in interface HTTPResolver
lookupClient
public Object lookupClient(javax.management.remote.JMXServiceURL address,
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()
.
- lookupClient in interface ConnectionResolver
undeploy
protected void undeploy(javax.management.remote.JMXServiceURL address,
Map environment)
throws IOException
- undeploy in interface HTTPResolver
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.