| Modifier and Type | Method and Description | 
|---|---|
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>> | ActionService. getActionHandle(Class<T> actionInterface) | 
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>> | ActionService. getActionHandle(Class<T> actionInterface,
               DataTreeIdentifier<O>... nodes) | 
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>> | ActionService. getActionHandle(Class<T> actionInterface,
               LogicalDatastoreType dataStore,
               P path) | 
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>> | ActionService. getActionHandle(Class<T> actionInterface,
               P path) | 
| <O extends DataObject,T extends Action<?,?,?>> | ActionService. getActionHandle(Class<T> actionInterface,
               Set<DataTreeIdentifier<O>> validNodes)Returns an implementation of a requested  Action. | 
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> | ActionProviderService. registerImplementation(Class<T> actionInterface,
                      S implementation) | 
| default <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> | ActionProviderService. registerImplementation(Class<T> actionInterface,
                      S implementation,
                      LogicalDatastoreType datastore) | 
| <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> | ActionProviderService. registerImplementation(Class<T> actionInterface,
                      S implementation,
                      LogicalDatastoreType datastore,
                      Set<DataTreeIdentifier<O>> validNodes)Register an implementation of an action, potentially constrained to a set of nodes. | 
| Modifier and Type | Method and Description | 
|---|---|
| <O extends DataObject,T extends Action<?,?,?>> | ActionServiceAdapter. getActionHandle(Class<T> actionInterface,
               Set<DataTreeIdentifier<O>> nodes) | 
| <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> | ActionProviderServiceAdapter. registerImplementation(Class<T> actionInterface,
                      S implementation,
                      LogicalDatastoreType datastore,
                      Set<DataTreeIdentifier<O>> validNodes) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends RpcInput> | BindingToNormalizedNodeCodec. fromNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                             org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input) | 
| <T extends RpcOutput> | BindingToNormalizedNodeCodec. fromNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode output) | 
| BindingLazyContainerNode<RpcInput> | BindingToNormalizedNodeCodec. toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input) | 
| BindingLazyContainerNode<RpcOutput> | BindingToNormalizedNodeCodec. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingToNormalizedNodeCodec. toNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                           RpcInput input) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingToNormalizedNodeCodec. toNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                            RpcOutput output) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends RpcInput> | BindingNormalizedNodeCodecRegistry. fromNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                             org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input) | 
| <T extends RpcOutput> | BindingNormalizedNodeCodecRegistry. fromNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode output) | 
| BindingStreamEventWriter | BindingNormalizedNodeCodecRegistry. newActionInputWriter(Class<? extends Action<?,?,?>> action,
                    org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter) | 
| BindingStreamEventWriter | BindingNormalizedNodeCodecRegistry. newActionOutputWriter(Class<? extends Action<?,?,?>> action,
                     org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter domWriter) | 
| BindingLazyContainerNode<RpcInput> | BindingNormalizedNodeCodecRegistry. toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input) | 
| BindingLazyContainerNode<RpcOutput> | BindingNormalizedNodeCodecRegistry. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingNormalizedNodeCodecRegistry. toNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                           RpcInput input) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingNormalizedNodeCodecRegistry. toNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                            RpcOutput output) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.opendaylight.yangtools.yang.model.api.ActionDefinition | BindingRuntimeContext. getActionDefinition(Class<? extends Action<?,?,?>> cls) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BazAct
 This class represents the following YANG schema fragment defined in module mdsal-300 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ContAct
 This class represents the following YANG schema fragment defined in module mdsal-300 | 
| interface  | FooAct
 This class represents the following YANG schema fragment defined in module mdsal-300 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ActiveRouteReturn the active RIB route that is used for the destination address. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Foo
 This class represents the following YANG schema fragment defined in module actions | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Bar
 This class represents the following YANG schema fragment defined in module actions | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Fooio
 This class represents the following YANG schema fragment defined in module actions | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | KeyedListAction<K extends Identifier<T>,T extends DataObject & Identifiable<K>,I extends RpcInput,O extends RpcOutput>Interface extended by all interfaces generated for a YANG  actioninstantiated in keyed lists. | 
Copyright © 2019 OpenDaylight. All rights reserved.