Modifier and Type | Method and Description |
---|---|
<S extends ListAction<? extends TreeNode,?,?>,T extends S,P extends TreeNode,K> |
RpcActionProviderService.registerListActionImplementation(Class<S> type,
KeyedInstanceIdentifier<P,K> parent,
T implementation)
Returns class representing registration of ListAction.
|
Modifier and Type | Method and Description |
---|---|
<S extends ListAction<? extends TreeNode,?,?>,T extends S,P extends TreeNode,K> |
BindingDOMOperationProviderServiceAdapter.registerListActionImplementation(Class<S> type,
KeyedInstanceIdentifier<P,K> parent,
T implementation) |
Modifier and Type | Method and Description |
---|---|
<N extends TreeChildNode<? super T,?>,K> |
InstanceIdentifier.child(Class<N> listItem,
K listKey) |
Modifier and Type | Method and Description |
---|---|
<K> void |
ListAction.invoke(I input,
KeyedInstanceIdentifier<P,K> kii,
RpcCallback<O> callback) |
Copyright © 2019 OpenDaylight. All rights reserved.