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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFailure(Throwable throwable)
void
onSuccess(org.opendaylight.yangtools.yang.common.RpcResult<?> rpcResult)
-
-
-
Method Detail
-
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
public void onFailure(Throwable throwable)
- Specified by:
onFailure
in interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
-
-