|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MessageConnection | Interface specifying the full-duplex transport used by each end of a Generic Connector connection to communicate with the other end. |
MessageConnectionServer | Interface specifying how a connector server creates new connections to clients. |
ObjectWrapping | An interface that defines how to wrap parameters that use a non-default class loader. |
Class Summary | |
---|---|
GenericConnector | A client connection to a remote JMX API server. |
GenericConnectorServer | A JMX API Connector server that creates connections to remote clients. |
Exception Summary | |
---|---|
ConnectionClosedException | Thrown by a connection server when it receives a request for a connection that it has decided to close. |
The Generic JMX API Connector. This package is an
optional package of the JMX Remote API.
This package defines a framework
for JMX API connectors that use the messages defined in the javax.management.remote.message
package. A Generic Connector
requires a full-duplex transport that can communicate those
messages from one end to the other, as specified by the interface
MessageConnection
. It can also define an object
wrapping that controls how to encode objects that should not
be deserialized until the appropriate class loader is known; this
is specified by the interface
ObjectWrapping
.
The Generic Connector is described in detail in the document JMX Remote API.
The JMXMP Connector is a configuration of the Generic Connector where the transport uses Java object serialization over a TCP connection, and the object wrapping also uses Java object serialization.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |