| Frames | No Frames |
Classes implementing mx4j.tools.remote.Connection | |
| class | |
Methods with parameter type mx4j.tools.remote.Connection | |
| void | |
| void | HTTPConnectionManager does not really manages connections,
so this method does nothing by default
|
| void | |
Methods with return type mx4j.tools.remote.Connection | |
| Connection | HTTPConnectionManager.doConnect(String connectionId, Subject subject) |
| Connection | |
Classes implementing mx4j.tools.remote.Connection | |
| class | Implementation of the Connection interface, to be used on the server-side end of the connection. |
| class | This handler manages the operations related to the connection itself, such as
close(), JMXConnectionHandler. |
Methods with parameter type mx4j.tools.remote.Connection | |
| void | Implemented using the template method pattern, handles the emission of the connection notification
of type "closed". |
| void | Closes the given Connection. |
| void | Closes the given Connection. |
Methods with return type mx4j.tools.remote.Connection | |
| Connection | AbstractConnectionManager.connect(Object credentials) Implemented using the template method pattern, it handles authentication, creation of the connection ID,
emission of connection notification of type "opened". |
| Connection | ConnectionManager.connect(Object credentials) Factory method that creates connections that are specific to the client that invoked this method. |
| Connection | AbstractConnectionManager.doConnect(String connectionId, Subject subject) Template method to be implemented by subclasses; must return the server-side part of
a connection. |