Class ArbitratorReconciliationManagerImpl.CommitActiveBundleCallback

java.lang.Object
org.opendaylight.openflowplugin.applications.arbitratorreconciliation.impl.ArbitratorReconciliationManagerImpl.CommitActiveBundleCallback
All Implemented Interfaces:
com.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
Enclosing class:
ArbitratorReconciliationManagerImpl

public final class ArbitratorReconciliationManagerImpl.CommitActiveBundleCallback extends Object implements com.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
  • Method Details

    • onSuccess

      public void onSuccess(org.opendaylight.yangtools.yang.common.RpcResult<?> rpcResult)
      Specified by:
      onSuccess in interface com.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
    • onFailure

      public void onFailure(Throwable throwable)
      Specified by:
      onFailure in interface com.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>