The result of an {@link MBeanServerConnection} method call,encoded as an object. Objects of this type are sent from the server end to the client end of a JMX API connection in response to a previous {@link MBeanServerRequestMessage}.
Instances of this class are immutable.
The type of the returned value for a successful method call is the type of the MBeanServerConnection
method that was called, except where otherwise specified in MBeanServerRequestMessage
. The value is wrapped using the {@link ObjectWrapping} for the connection using this message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|