| Package | Description |
|---|---|
| com.sun.jmx.remote.generic |
Warning: Classes in this package are reserved for internal use.
|
| com.sun.jmx.remote.socket |
Warning: Classes in this package are reserved for internal use.
|
| javax.management.remote.generic |
The Generic JMX API Connector.
|
| javax.management.remote.message |
Message definitions for JMXMP.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
SynchroCallback.execute(Message request)
Called when receiving a remote request.
|
Message |
ClientSynchroMessageConnectionImpl.sendWithReturn(Message msg) |
Message |
ClientSynchroMessageConnection.sendWithReturn(Message msg)
Sends a message to the remote side and waits a response.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
SynchroCallback.execute(Message request)
Called when receiving a remote request.
|
void |
ClientSynchroMessageConnectionImpl.sendOneWay(Message msg) |
void |
SynchroMessageConnection.sendOneWay(Message msg)
Sends a message to the remote side and does not need a response.
|
void |
ServerSynchroMessageConnectionImpl.sendOneWay(Message msg) |
Message |
ClientSynchroMessageConnectionImpl.sendWithReturn(Message msg) |
Message |
ClientSynchroMessageConnection.sendWithReturn(Message msg)
Sends a message to the remote side and waits a response.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
SocketConnection.readMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnection.writeMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageConnection.readMessage()
Reads a
Message object from the other end of the
connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageConnection.writeMessage(Message msg)
Writes a
Message object to the other end of the
connection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProfileMessage
This interface must be implemented by all the messages that represent a
profile that can be negotiated during the initial handshake between the
client and the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseMessage
This class is used to inform a remote side of local closing.
|
class |
HandshakeBeginMessage
Handshake begin message exchanged between the
server and the client.
|
class |
HandshakeEndMessage
Handshake end message exchanged between the client and the server.
|
class |
HandshakeErrorMessage
This class represents an error that occurred during the various
client/server handshake exchanges.
|
class |
MBeanServerRequestMessage
An
MBeanServerConnection method call, encoded as an
object. |
class |
MBeanServerResponseMessage
The result of an
MBeanServerConnection method call,
encoded as an object. |
class |
NotificationRequestMessage
Message that requests received notifications.
|
class |
NotificationResponseMessage
Message that transports one or more notifications emitted from
an MBean server through a connector server to listeners in a remote
client.
|
class |
SASLMessage
A challenge or response exchanged between client and server
during SASL authentication.
|
class |
TLSMessage
Handshake message between client and server to set up the TLS
handshake.
|
class |
VersionMessage
This class represents the handshake messages exchanged between the client
and the server to agree on the protocol version.
|
Copyright © 2019 Terracotta, Inc.. All rights reserved.