You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Everett Toews (JIRA)" <ji...@apache.org> on 2013/05/14 18:09:15 UTC

[jira] [Commented] (JCLOUDS-40) remove Async interface from all apis and providers

    [ https://issues.apache.org/jira/browse/JCLOUDS-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657163#comment-13657163 ] 

Everett Toews commented on JCLOUDS-40:
--------------------------------------

Add an unwrapApi() method to get at the underlying Api from a View. For example:

      ComputeServiceContext context = ContextBuilder.newBuilder("rackspace-cloudservers-us")
            .credentials(username, apiKey)
            .buildView(ComputeServiceContext.class);
      ComputeService compute = context.getComputeService();
      NovaApi novaApi = context.unwrapApi();

                
> remove Async interface from all apis and providers
> --------------------------------------------------
>
>                 Key: JCLOUDS-40
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-40
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-blobstore, jclouds-core, jclouds-labs, jclouds-labs-aws, jclouds-labs-google, jclouds-labs-openstack
>    Affects Versions: 1.7.0
>            Reporter: Adrian Cole
>             Fix For: 1.7.0
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> In jclouds 1.6.0, we deprecated all async interfaces.  Let's use this issue and subtasks to track removing it and all supporting code from 1.7.x (current master)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira