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 AutoCloseable
close
in interface Closeable
Copyright © 2015. All rights reserved.