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 voidonFailure(Throwable throwable)voidonSuccess(org.opendaylight.yangtools.yang.common.RpcResult<?> rpcResult) 
 - 
 
- 
- 
Method Detail
- 
onSuccess
public void onSuccess(org.opendaylight.yangtools.yang.common.RpcResult<?> rpcResult)
- Specified by:
 onSuccessin interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
 
- 
onFailure
public void onFailure(Throwable throwable)
- Specified by:
 onFailurein interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.RpcResult<?>>
 
 - 
 
 -