Uses of Interface
mx4j.tools.remote.JMXConnection

Packages that use JMXConnection
mx4j.tools.remote   
mx4j.tools.remote.caucho   
mx4j.tools.remote.caucho.burlap   
mx4j.tools.remote.caucho.hessian   
mx4j.tools.remote.http   
mx4j.tools.remote.local   
mx4j.tools.remote.soap   
 

Uses of JMXConnection in mx4j.tools.remote
 

Classes in mx4j.tools.remote that implement JMXConnection
 class AbstractServerInvoker
          This class implements partially the JMXConnection interface to forward the calls to an MBeanServerConnection object (hence the name 'invoker').
 class JMXConnectionHandler
          This handler manages the operations related to the connection itself, such as JMXConnectionHandler.close(), AbstractConnection.getConnectionId().
 

Methods in mx4j.tools.remote that return JMXConnection
protected  JMXConnection JMXConnectionMBeanServerConnection.getConnection()
           
protected  JMXConnection JMXConnectionHandler.getConnection()
           
 

Constructors in mx4j.tools.remote with parameters of type JMXConnection
JMXConnectionMBeanServerConnection(JMXConnection connection, javax.security.auth.Subject delegate)
           
JMXConnectionHandler(JMXConnection connection, ConnectionManager manager, java.lang.String connectionId)
           
 

Uses of JMXConnection in mx4j.tools.remote.caucho
 

Classes in mx4j.tools.remote.caucho that implement JMXConnection
 class CauchoClientInvoker
           
 class CauchoService
           
 

Uses of JMXConnection in mx4j.tools.remote.caucho.burlap
 

Classes in mx4j.tools.remote.caucho.burlap that implement JMXConnection
 class BurlapClientInvoker
           
 

Uses of JMXConnection in mx4j.tools.remote.caucho.hessian
 

Classes in mx4j.tools.remote.caucho.hessian that implement JMXConnection
 class HessianClientInvoker
           
 

Uses of JMXConnection in mx4j.tools.remote.http
 

Subinterfaces of JMXConnection in mx4j.tools.remote.http
 interface HTTPConnection
           
 

Classes in mx4j.tools.remote.http that implement JMXConnection
 class HTTPClientInvoker
           
 class HTTPConnectionHandler
           
 class HTTPServerInvoker
          Implementation of the HTTPConnector interface that forwards the calls to an MBeanServerConnection object.
 class HTTPService
           
 

Constructors in mx4j.tools.remote.http with parameters of type JMXConnection
HTTPConnectionMBeanServerConnection(JMXConnection connection, javax.security.auth.Subject delegate, RemoteNotificationClientHandler notificationHandler)
           
HTTPConnectionHandler(JMXConnection connection, ConnectionManager manager, java.lang.String connectionId)
           
 

Uses of JMXConnection in mx4j.tools.remote.local
 

Subinterfaces of JMXConnection in mx4j.tools.remote.local
 interface LocalConnection
           
 

Uses of JMXConnection in mx4j.tools.remote.soap
 

Classes in mx4j.tools.remote.soap that implement JMXConnection
 class SOAPClientInvoker
           
 class SOAPService
          The server-side service (the WebService actually) where remote calls end up after being parsed by Axis.
 class SSLSOAPService
          This 'pivot' is the one to be used when the invocation is uses the https protocol
 



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