Uses of Interface
mx4j.tools.remote.ConnectionManager

Packages that use ConnectionManager
mx4j.tools.remote   
mx4j.tools.remote.http   
 

Uses of ConnectionManager in mx4j.tools.remote
 

Classes in mx4j.tools.remote that implement ConnectionManager
 class AbstractConnectionManager
          Implementation of the ConnectionManager interface that implements emission of connection notifications, authentication, and proper closing of connections.
 

Constructors in mx4j.tools.remote with parameters of type ConnectionManager
JMXConnectionHandler(JMXConnection connection, ConnectionManager manager, java.lang.String connectionId)
           
AbstractConnection(java.lang.String connectionId, ConnectionManager manager)
           
 

Uses of ConnectionManager in mx4j.tools.remote.http
 

Classes in mx4j.tools.remote.http that implement ConnectionManager
 class HTTPConnectionManager
           
 

Methods in mx4j.tools.remote.http that return ConnectionManager
protected  ConnectionManager HTTPConnectorServer.createConnectionManager(AbstractJMXConnectorServer server, javax.management.remote.JMXServiceURL url, java.util.Map environment)
           
 

Constructors in mx4j.tools.remote.http with parameters of type ConnectionManager
HTTPConnectionHandler(JMXConnection connection, ConnectionManager manager, java.lang.String connectionId)
           
 



Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.