Interface JmxConnectionManager.RetryCallback

  • Enclosing interface:
    JmxConnectionManager

    public static interface JmxConnectionManager.RetryCallback
    This callback should always be invoked BEFORE invoking the org.opennms.netmgt.jmx.connection.JmxServerConnector#createConnection(String, java.util.Map) method.

    It may contain additional logic when a retry is made (e.g. reset a timer)

    • Method Detail

      • onRetry

        void onRetry()