public interface JmxServerConnectionWrapper extends Closeable
MBeanServerConnection.
Basically this makes closing an established connection easier, du 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 AutoCloseableclose in interface CloseableCopyright © 2015. All rights reserved.