Modifier and Type | Method and Description |
---|---|
<T extends Action<? extends TreeNode,?,?,?>> |
RpcActionConsumerRegistry.getActionService(Class<T> serviceInterface)
Returns an implementation of a requested Action service.
|
default <S extends Action<? extends TreeNode,?,?,?>,T extends S> |
RpcActionProviderService.registerActionImplementation(Class<S> type,
T implementation) |
default <S extends Action<? extends TreeNode,?,?,?>,T extends S> |
RpcActionProviderService.registerActionImplementation(Class<S> type,
T implementation,
LogicalDatastoreType datastore) |
<S extends Action<? extends TreeNode,?,?,?>,T extends S,P extends TreeNode> |
RpcActionProviderService.registerActionImplementation(Class<S> type,
T implementation,
LogicalDatastoreType datastore,
Set<DataTreeIdentifier<P>> validNodes)
Returns class representing registration of Action/ListAction.
|
Modifier and Type | Method and Description |
---|---|
<T extends Action<? extends TreeNode,?,?,?>> |
BindingDOMOperationServiceAdapter.getActionService(Class<T> serviceInterface) |
<S extends Action<? extends TreeNode,?,?,?>,T extends S,P extends TreeNode> |
BindingDOMOperationProviderServiceAdapter.registerActionImplementation(Class<S> type,
T implementation,
LogicalDatastoreType datastore,
Set<DataTreeIdentifier<P>> validNodes) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
BindingToNormalizedNodeCodec.getActionPath(Class<? extends Action<?,?,?,?>> type)
Get Action schema path.
|
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 |
ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestOperationServiceInCont2Action
Interface for implementing the following YANG Operation defined in module test-operation-service
|
interface |
TestOperationServiceInContAction
Interface for implementing the following YANG Operation defined in module test-operation-service
|
interface |
TestOperationServiceInListAction
Interface for implementing the following YANG Operation defined in module test-operation-service
|
Copyright © 2019 OpenDaylight. All rights reserved.