Interface OdlSrmRpcsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    SrmRpcProvider

    @Generated("mdsal-binding-generator")
    public interface OdlSrmRpcsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    • Method Detail

      • reinstall

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>> reinstall​(ReinstallInput input)
        Invoke reinstall RPC.
             
                 Reinstall a given service
             
         
        Parameters:
        input - of reinstall
        Returns:
        output of reinstall
      • recover

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>> recover​(RecoverInput input)
        Invoke recover RPC.
             
                 Recover a given service or instance
             
         
        Parameters:
        input - of recover
        Returns:
        output of recover