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 Summary
-
Method Details
-
onSuccess
public void onSuccess(org.opendaylight.yangtools.yang.common.RpcResult<?> rpcResult) - Specified by:
onSuccess
in interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
-
onFailure
- Specified by:
onFailure
in interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
-