Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.api | |
org.opendaylight.mdsal.binding.javav2.dom.adapter.impl.operation |
Modifier and Type | Method and Description |
---|---|
<T extends Action<? extends TreeNode,?,?>> |
RpcActionConsumerRegistry.getActionService(Class<T> serviceInterface)
Returns an implementation of a requested Action service.
|
<S extends Action<? extends TreeNode,?,?>,T extends S,P extends TreeNode> |
RpcActionProviderService.registerActionImplementation(Class<S> type,
InstanceIdentifier<P> parent,
T implementation)
Returns class representing registration of Action.
|
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,
InstanceIdentifier<P> parent,
T implementation) |
Copyright © 2019 OpenDaylight. All rights reserved.