Uses of Class
org.opendaylight.controller.md.sal.dom.api.DOMRpcException
-
-
Uses of DOMRpcException in org.opendaylight.controller.md.sal.dom.api
Subclasses of DOMRpcException in org.opendaylight.controller.md.sal.dom.api Modifier and Type Class Description classDefaultDOMRpcExceptionDeprecated, for removal: This API element is subject to removal in a future version.UseDefaultDOMRpcExceptioninstead.classDOMRpcImplementationNotAvailableExceptionDeprecated, for removal: This API element is subject to removal in a future version.UseDOMRpcImplementationNotAvailableExceptioninstead.Methods in org.opendaylight.controller.md.sal.dom.api that return types with arguments of type DOMRpcException Modifier and Type Method Description @NonNull com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException>DOMRpcImplementation. invokeRpc(@NonNull DOMRpcIdentifier rpc, @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)Deprecated, for removal: This API element is subject to removal in a future version.Initiate invocation of the RPC.@NonNull com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException>DOMRpcService. invokeRpc(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type, @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)Deprecated, for removal: This API element is subject to removal in a future version.Initiate invocation of an RPC.
-