| Modifier and Type | Method and Description | 
|---|---|
abstract <T extends Operation> | 
OperationServiceInvoker.invoke(T impl,
      org.opendaylight.yangtools.yang.common.QName operationName,
      TreeNode input)
Invokes supplied operation on provided implementation of Operation Service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OperationServiceInvoker | 
OperationServiceInvoker.from(Class<? extends Operation> type)
Creates OperationServiceInvoker for specified operation type. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BindingDOMOperationAdapterRegistration<T extends Operation>
Registration of Binding - DOM Operation adapter. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Action<P extends TreeNode,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "action" statement is used to define an operation connected to a
 specific container or list data node. 
 | 
interface  | 
ListAction<P extends TreeNode,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement. 
 | 
interface  | 
Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "rpc" statement is used to define an RPC operation. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.