mx4j.tools.remote.http
Class HTTPResolver
public abstract class HTTPResolver
Version:
Object | bindClient(Object client, Map environment) - Connects the client returned by
ConnectionResolver.lookupClient(JMXServiceURL,Map) to the server side.
|
javax.management.remote.JMXServiceURL | bindServer(Object server, javax.management.remote.JMXServiceURL url, Map environment) - Binds the server created by
ConnectionResolver.createServer(JMXServiceURL,Map) to a place specified by the JMXServiceURL.
|
Object | createServer(javax.management.remote.JMXServiceURL url, Map environment) - Creates an instance of the server as specified in the given JMXServiceURL.
|
protected void | deploy(javax.management.remote.JMXServiceURL address, Map environment)
|
void | destroyServer(Object server, javax.management.remote.JMXServiceURL url, Map environment) - Destroys the server created by
ConnectionResolver.createServer(JMXServiceURL,Map) , by cleaning up resources it may have requested
at creation time
|
protected String | getEndpoint(javax.management.remote.JMXServiceURL address, Map environment)
|
protected String | getEndpointProtocol(Map environment)
|
protected String | getServletClassName()
|
void | unbindServer(Object server, javax.management.remote.JMXServiceURL address, Map environment) - Unbinds the server bound by
ConnectionResolver.bindServer(Object,JMXServiceURL,Map) from the place specified by the JMXServiceURL.
|
protected void | undeploy(javax.management.remote.JMXServiceURL address, Map environment)
|
bindClient
public Object bindClient(Object client,
Map environment)
throws IOException
- bindClient in interface ConnectionResolver
- An object of the same type as the client passed in; normally the client object itself
deploy
protected void deploy(javax.management.remote.JMXServiceURL address,
Map environment)
throws IOException
getEndpoint
protected String getEndpoint(javax.management.remote.JMXServiceURL address,
Map environment)
getEndpointProtocol
protected String getEndpointProtocol(Map environment)
getServletClassName
protected String getServletClassName()
undeploy
protected void undeploy(javax.management.remote.JMXServiceURL address,
Map environment)
throws IOException
Copyright © 2001-2003 MX4J Team. All Rights Reserved.