@FunctionalInterface
public interface JmxAction<T>
| Modifier and Type | Method and Description |
|---|---|
T |
perform(javax.management.MBeanServerConnection connection) |
T perform(javax.management.MBeanServerConnection connection) throws java.lang.Exception
java.lang.Exception