Interface TransactionAware
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AddFlowOutput
,AddGroupOutput
,AddMeterOutput
,AggregateFlowStatisticsUpdate
,BadActionErrorNotification
,BadInstructionErrorNotification
,BadMatchErrorNotification
,BadRequestErrorNotification
,ExperimenterErrorNotification
,FlowAdded
,FlowModErrorNotification
,FlowRemoved
,FlowsStatisticsUpdate
,FlowTableStatisticsUpdate
,FlowUpdated
,GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput
,GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput
,GetAllFlowsStatisticsFromAllFlowTablesOutput
,GetAllFlowStatisticsFromFlowTableOutput
,GetAllGroupStatisticsOutput
,GetAllMeterConfigStatisticsOutput
,GetAllMeterStatisticsOutput
,GetAllNodeConnectorsStatisticsOutput
,GetAllQueuesStatisticsFromAllPortsOutput
,GetAllQueuesStatisticsFromGivenPortOutput
,GetFlowStatisticsFromFlowTableOutput
,GetFlowTablesStatisticsOutput
,GetGroupDescriptionOutput
,GetGroupFeaturesOutput
,GetGroupStatisticsOutput
,GetMeterFeaturesOutput
,GetMeterStatisticsOutput
,GetNodeConnectorStatisticsOutput
,GetQueueStatisticsFromGivenPortOutput
,GroupAdded
,GroupDescStatsUpdated
,GroupFeaturesUpdated
,GroupModErrorNotification
,GroupRemoved
,GroupStatisticsUpdated
,GroupUpdated
,HelloFailedErrorNotification
,MeterAdded
,MeterConfigStatsUpdated
,MeterFeaturesUpdated
,MeterModErrorNotification
,MeterRemoved
,MeterStatisticsUpdated
,MeterUpdated
,MultipartTransactionAware
,NodeConnectorStatisticsUpdate
,NodeErrorNotification
,NodeExperimenterErrorNotification
,PortModErrorNotification
,PortUpdated
,QueueOpErrorNotification
,QueueStatisticsUpdate
,RemoveFlowOutput
,RemoveGroupOutput
,RemoveMeterOutput
,RoleRequestErrorNotification
,SetConfigInput
,SetConfigOutput
,SetRoleOutput
,SwitchConfigErrorNotification
,TableFeaturesErrorNotification
,TableModErrorNotification
,TableUpdated
,UpdateFlowOutput
,UpdateGroupOutput
,UpdateMeterOutput
,UpdatePortInput
,UpdatePortOutput
,UpdateTableInput
,UpdateTableOutput
@Deprecated public interface TransactionAware extends org.opendaylight.yangtools.yang.binding.DataObject
Deprecated.This class represents the following YANG schema fragment defined in module flow-capable-transaction
grouping transaction-aware { status deprecated; leaf transaction-id { type transaction-id; } }
The schema path to identify an instance is flow-capable-transaction/transaction-aware
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TransactionId
getTransactionId()
Deprecated.Class<? extends TransactionAware>
implementedInterface()
Deprecated.
-
-
-
Method Detail
-
implementedInterface
Class<? extends TransactionAware> implementedInterface()
Deprecated.- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTransactionId
TransactionId getTransactionId()
Deprecated.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionId
transactionId
, ornull
if not present
-
-