mx4j.remote.resolver.iiop
Class Resolver
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.
|
protected javax.management.remote.rmi.RMIServerImpl | createRMIServer(javax.management.remote.JMXServiceURL url, Map environment)
|
protected javax.management.remote.rmi.RMIServer | decodeStub(javax.management.remote.JMXServiceURL url, 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 | encodeStub(javax.management.remote.rmi.RMIServerImpl rmiServer, Map environment)
|
protected boolean | isEncodedForm(javax.management.remote.JMXServiceURL url)
|
protected javax.management.remote.rmi.RMIServer | narrowRMIServerStub(Object stub)
|
bindClient , bindServer , createRMIServer , createServer , decodeStub , destroyServer , encodeStub , isEncodedForm , lookupClient , lookupRMIServerStub , narrowRMIServerStub , unbindServer |
bindClient
public Object bindClient(Object client,
Map environment)
throws IOException
- bindClient in interface Resolver
- An object of the same type as the client passed in; normally the client object itself
bindServer
public javax.management.remote.JMXServiceURL bindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
throws IOException
- bindServer in interface Resolver
- a new JMXServiceURL that specifies where the server has been bound to.
createRMIServer
protected javax.management.remote.rmi.RMIServerImpl createRMIServer(javax.management.remote.JMXServiceURL url,
Map environment)
throws IOException
- createRMIServer in interface Resolver
decodeStub
protected javax.management.remote.rmi.RMIServer decodeStub(javax.management.remote.JMXServiceURL url,
Map environment)
throws IOException
- decodeStub in interface Resolver
destroyServer
public void destroyServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
throws IOException
- destroyServer in interface Resolver
encodeStub
protected String encodeStub(javax.management.remote.rmi.RMIServerImpl rmiServer,
Map environment)
throws IOException
- encodeStub in interface Resolver
isEncodedForm
protected boolean isEncodedForm(javax.management.remote.JMXServiceURL url)
- isEncodedForm in interface Resolver
narrowRMIServerStub
protected javax.management.remote.rmi.RMIServer narrowRMIServerStub(Object stub)
- narrowRMIServerStub in interface Resolver
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.