public interface TransactionCommand
Modifier and Type | Method and Description |
---|---|
void |
execute(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction transaction) |
default com.google.common.util.concurrent.ListenableFuture |
getTransactionResultFuture() |
default void |
setTransactionResultFuture(com.google.common.util.concurrent.ListenableFuture future)
Sets the result future of the executed/submitted transaction.
|
void execute(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction transaction)
default void setTransactionResultFuture(com.google.common.util.concurrent.ListenableFuture future)
future
- default com.google.common.util.concurrent.ListenableFuture getTransactionResultFuture()
Copyright © 2018 OpenDaylight. All rights reserved.