public class Resolver extends HTTPResolver
DEFAULT_WEB_CONTAINER_CLASS
Constructor and Description |
---|
Resolver() |
Modifier and Type | Method and Description |
---|---|
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) |
bindClient, bindServer, createServer, createWebContainer, destroyServer, getEndpoint, getEndpointProtocol, unbindServer
newConnectionResolver
constructClassName, findSystemPackageList, getLogger, loadClass, normalizeProtocol
public java.lang.Object lookupClient(javax.management.remote.JMXServiceURL address, java.util.Map environment) throws java.io.IOException
ConnectionResolver
JMXConnector.connect()
.lookupClient
in class ConnectionResolver
java.io.IOException
ConnectionResolver.bindClient(java.lang.Object, java.util.Map)
protected java.lang.String getServletClassName()
getServletClassName
in class HTTPResolver
protected void deploy(javax.management.remote.JMXServiceURL address, java.util.Map environment) throws java.io.IOException
deploy
in class HTTPResolver
java.io.IOException
protected void undeploy(javax.management.remote.JMXServiceURL address, java.util.Map environment) throws java.io.IOException
undeploy
in class HTTPResolver
java.io.IOException