public interface JmxServerConnectionWrapper extends Closeable
Wraps the established MBeanServerConnection
.
Basically this makes closing an established connection easier, due to the try-resource Java 7 language feature.
Modifier and Type | Method and Description |
---|---|
void |
close() |
MBeanServerConnection |
getMBeanServerConnection() |
MBeanServerConnection getMBeanServerConnection()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2021. All rights reserved.