Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation
-
-
Uses of DOMRpcImplementation in org.opendaylight.controller.md.sal.dom.api
Classes in org.opendaylight.controller.md.sal.dom.api with type parameters of type DOMRpcImplementation Modifier and Type Interface Description interfaceDOMRpcImplementationRegistration<T extends DOMRpcImplementation>Deprecated, for removal: This API element is subject to removal in a future version.UseDOMRpcImplementationRegistrationinstead.Methods in org.opendaylight.controller.md.sal.dom.api with type parameters of type DOMRpcImplementation Modifier and Type Method Description <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.<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.Methods in org.opendaylight.controller.md.sal.dom.api with parameters of type DOMRpcImplementation Modifier and Type Method Description default booleanDOMRpcAvailabilityListener. acceptsImplementation(DOMRpcImplementation impl)Deprecated, for removal: This API element is subject to removal in a future version.Implementation filtering method.
-