public class TransactCommandAggregator extends Object implements TransactCommand
| Constructor and Description | 
|---|
TransactCommandAggregator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(TransactionBuilder transaction,
       BridgeOperationalState state,
       org.opendaylight.controller.md.sal.common.api.data.AsyncDataChangeEvent<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,org.opendaylight.yangtools.yang.binding.DataObject> events,
       InstanceIdentifierCodec instanceIdentifierCodec)
Queue the command defined by the class implementing this interface in the given transaction builder, with the
 given bridge state, in reaction to the given events. 
 | 
void | 
execute(TransactionBuilder transaction,
       BridgeOperationalState state,
       Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> modifications,
       InstanceIdentifierCodec instanceIdentifierCodec)
Queue the command defined by the class implementing this interface in the given transaction builder, with the
 given bridge state, in reaction to the given modifications. 
 | 
public void execute(TransactionBuilder transaction, BridgeOperationalState state, org.opendaylight.controller.md.sal.common.api.data.AsyncDataChangeEvent<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,org.opendaylight.yangtools.yang.binding.DataObject> events, InstanceIdentifierCodec instanceIdentifierCodec)
TransactCommandexecute in interface TransactCommandtransaction - The transaction builder.state - The bridge state.events - The events to be represented.instanceIdentifierCodec - The instance identifier codec to use.public void execute(TransactionBuilder transaction, BridgeOperationalState state, Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> modifications, InstanceIdentifierCodec instanceIdentifierCodec)
TransactCommandexecute in interface TransactCommandtransaction - The transaction builder.state - The bridge state.modifications - The modifications to be represented.instanceIdentifierCodec - The instance identifier codec to use.Copyright © 2018 OpenDaylight. All rights reserved.