mx4j.tools.remote.resolver.local
Class Resolver
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.
|
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
|
Object | lookupClient(javax.management.remote.JMXServiceURL url, Map environment)- Looks up a connection with the server side as specified in the given JMXServiceURL.
|
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.
|
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
lookupClient
public Object lookupClient(javax.management.remote.JMXServiceURL url,
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
ConnectionResolver.bindClient(Object,Map)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.