scylla-jmx/src/main/java
Piotr Jastrzebski 48408dc6a3 Ensure regular ObjectName is returned to remote callers
Next patch will introduce new ObjectName implementation that
will use less memory. This new object won't be serializable.
This means it won't be possible to transport it to a remote
caller. We want to keep this new object local to JMX server as well.

This patch makes sure that every ObjectName returned
from APIBeanServer is transformed into a regular ObjectName.

It also makes sure that every ObjectInstance returned from
APIBeanServer has its ObjectName swapped with a regular ObjectName.

Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>
2018-05-12 18:54:38 +02:00
..
com/scylladb/jmx Ensure regular ObjectName is returned to remote callers 2018-05-12 18:54:38 +02:00
org/apache/cassandra Use JmxMBeanServer instead of MBeanServer 2018-05-12 18:35:18 +02:00