Uses of Class
org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
-
-
Uses of DOMRpcIdentifier in org.opendaylight.controller.md.sal.dom.api
Methods in org.opendaylight.controller.md.sal.dom.api that return DOMRpcIdentifier Modifier and Type Method Description static @NonNull DOMRpcIdentifierDOMRpcIdentifier. create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type)Deprecated, for removal: This API element is subject to removal in a future version.Create a global RPC identifier.static @NonNull DOMRpcIdentifierDOMRpcIdentifier. create(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type, @Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)Deprecated, for removal: This API element is subject to removal in a future version.Create an RPC identifier with a particular context reference.static DOMRpcIdentifierDOMRpcIdentifier. fromMdsal(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier mdsal)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.md.sal.dom.api with parameters of type DOMRpcIdentifier 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.<T extends DOMRpcImplementation>
@NonNull DOMRpcImplementationRegistration<T>DOMRpcProviderService. registerRpcImplementation(@NonNull T implementation, @NonNull DOMRpcIdentifier... rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Register anDOMRpcImplementationobject with this service.Method parameters in org.opendaylight.controller.md.sal.dom.api with type arguments of type DOMRpcIdentifier Modifier and Type Method Description voidDOMRpcAvailabilityListener. onRpcAvailable(@NonNull Collection<DOMRpcIdentifier> rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Method invoked whenever an RPC type becomes available.voidDOMRpcAvailabilityListener. onRpcUnavailable(@NonNull Collection<DOMRpcIdentifier> rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Method invoked whenever an RPC type becomes unavailable.<T extends DOMRpcImplementation>
@NonNull DOMRpcImplementationRegistration<T>DOMRpcProviderService. registerRpcImplementation(@NonNull T implementation, @NonNull Set<DOMRpcIdentifier> rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Register anDOMRpcImplementationobject with this service.
-