Interface JmxServerConnectionWrapper
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
DefaultConnectionWrapper
public interface JmxServerConnectionWrapper extends java.io.CloseableWraps the established
MBeanServerConnection.Basically this makes closing an established connection easier, due to the try-resource Java 7 language feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()javax.management.MBeanServerConnectiongetMBeanServerConnection()
-