mx4j.tools.remote.http

Class HTTPResolver

public abstract class HTTPResolver extends ConnectionResolver

Version: $Revision: 1.4 $

Field Summary
protected static StringDEFAULT_WEB_CONTAINER_CLASS
Method Summary
ObjectbindClient(Object client, Map environment)
JMXServiceURLbindServer(Object server, JMXServiceURL url, Map environment)
ObjectcreateServer(JMXServiceURL url, Map environment)
protected WebContainercreateWebContainer(JMXServiceURL url, String webContainerClassName, Map environment)
protected voiddeploy(JMXServiceURL address, Map environment)
voiddestroyServer(Object server, JMXServiceURL url, Map environment)
protected StringgetEndpoint(JMXServiceURL address, Map environment)
protected StringgetEndpointProtocol(Map environment)
protected abstract StringgetServletClassName()
voidunbindServer(Object server, JMXServiceURL address, Map environment)
protected voidundeploy(JMXServiceURL address, Map environment)

Field Detail

DEFAULT_WEB_CONTAINER_CLASS

protected static final String DEFAULT_WEB_CONTAINER_CLASS

Method Detail

bindClient

public Object bindClient(Object client, Map environment)

bindServer

public JMXServiceURL bindServer(Object server, JMXServiceURL url, Map environment)

createServer

public Object createServer(JMXServiceURL url, Map environment)

createWebContainer

protected WebContainer createWebContainer(JMXServiceURL url, String webContainerClassName, Map environment)

deploy

protected void deploy(JMXServiceURL address, Map environment)

destroyServer

public void destroyServer(Object server, JMXServiceURL url, Map environment)

getEndpoint

protected String getEndpoint(JMXServiceURL address, Map environment)

getEndpointProtocol

protected String getEndpointProtocol(Map environment)

getServletClassName

protected abstract String getServletClassName()

unbindServer

public void unbindServer(Object server, JMXServiceURL address, Map environment)

undeploy

protected void undeploy(JMXServiceURL address, Map environment)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.