Uses of Interface
org.jclouds.rest.RestContext

Packages that use RestContext
org.jclouds.atmos   
org.jclouds.aws.ec2   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudloadbalancers   
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.cloudstack   
org.jclouds.cloudstack.internal   
org.jclouds.cloudwatch   
org.jclouds.compute   
org.jclouds.compute.internal   
org.jclouds.deltacloud   
org.jclouds.ec2   
org.jclouds.elasticstack   
org.jclouds.elb   
org.jclouds.glesys   
org.jclouds.gogrid   
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.iam   
org.jclouds.jenkins.v1   
org.jclouds.joyent.cloudapi.v6_5   
org.jclouds.loadbalancer   
org.jclouds.loadbalancer.internal   
org.jclouds.openstack.glance.v1_0   
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.ec2   
org.jclouds.openstack.nova.v2_0   
org.jclouds.openstack.quantum.v1_0   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.v1   
org.jclouds.opsource.servers   
org.jclouds.rackspace.cloudidentity.v2_0   
org.jclouds.rds   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc   
org.jclouds.slicehost   
org.jclouds.snia.cdmi.v1   
org.jclouds.softlayer   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud   
org.jclouds.vcloud.director.v1_5   
org.jclouds.vcloud.director.v1_5.internal   
 

Uses of RestContext in org.jclouds.atmos
 

Fields in org.jclouds.atmos with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<AtmosClient,AtmosAsyncClient>> AtmosApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.aws.ec2
 

Fields in org.jclouds.aws.ec2 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<AWSEC2Client,AWSEC2AsyncClient>> AWSEC2ApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.aws.s3
 

Fields in org.jclouds.aws.s3 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<AWSS3Client,AWSS3AsyncClient>> AWSS3ApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.azureblob
 

Fields in org.jclouds.azureblob with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<AzureBlobClient,AzureBlobAsyncClient>> AzureBlobApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.blobstore
 

Methods in org.jclouds.blobstore that return RestContext
<S,A> RestContext<S,A>
BlobStoreContext.getProviderSpecificContext()
          Deprecated. 
 

Uses of RestContext in org.jclouds.blobstore.internal
 

Methods in org.jclouds.blobstore.internal that return RestContext
<S,A> RestContext<S,A>
BlobStoreContextImpl.getProviderSpecificContext()
           
 

Uses of RestContext in org.jclouds.cloudfiles
 

Fields in org.jclouds.cloudfiles with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudFilesClient,CloudFilesAsyncClient>> CloudFilesApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.cloudloadbalancers
 

Fields in org.jclouds.cloudloadbalancers with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudLoadBalancersClient,CloudLoadBalancersAsyncClient>> CloudLoadBalancersApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.cloudservers
 

Fields in org.jclouds.cloudservers with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudServersClient,CloudServersAsyncClient>> CloudServersApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.cloudsigma
 

Fields in org.jclouds.cloudsigma with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudSigmaClient,CloudSigmaAsyncClient>> CloudSigmaApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.cloudstack
 

Fields in org.jclouds.cloudstack with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudStackClient,CloudStackAsyncClient>> CloudStackApiMetadata.CONTEXT_TOKEN
           
 

Methods in org.jclouds.cloudstack that return RestContext
 RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> CloudStackContext.getDomainContext()
           
 RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> CloudStackContext.getGlobalContext()
           
 RestContext<CloudStackClient,CloudStackAsyncClient> CloudStackContext.getProviderSpecificContext()
           
 

Uses of RestContext in org.jclouds.cloudstack.internal
 

Methods in org.jclouds.cloudstack.internal that return RestContext
 RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> CloudStackContextImpl.getDomainContext()
           
 RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> CloudStackContextImpl.getGlobalContext()
           
 RestContext<CloudStackClient,CloudStackAsyncClient> CloudStackContextImpl.getProviderSpecificContext()
           
 

Constructors in org.jclouds.cloudstack.internal with parameters of type RestContext
CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
           
CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
           
 

Uses of RestContext in org.jclouds.cloudwatch
 

Fields in org.jclouds.cloudwatch with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CloudWatchApi,CloudWatchAsyncApi>> CloudWatchApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.compute
 

Methods in org.jclouds.compute that return RestContext
<S,A> RestContext<S,A>
ComputeServiceContext.getProviderSpecificContext()
          Deprecated. 
 

Uses of RestContext in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return RestContext
<S,A> RestContext<S,A>
ComputeServiceContextImpl.getProviderSpecificContext()
           
 

Uses of RestContext in org.jclouds.deltacloud
 

Fields in org.jclouds.deltacloud with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<DeltacloudClient,DeltacloudAsyncClient>> DeltacloudApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.ec2
 

Fields in org.jclouds.ec2 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<? extends EC2Client,? extends EC2AsyncClient>> EC2ApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.elasticstack
 

Fields in org.jclouds.elasticstack with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<ElasticStackClient,ElasticStackAsyncClient>> ElasticStackApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.elb
 

Fields in org.jclouds.elb with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<ELBApi,ELBAsyncApi>> ELBApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.glesys
 

Fields in org.jclouds.glesys with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<GleSYSApi,GleSYSAsyncApi>> GleSYSApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.gogrid
 

Fields in org.jclouds.gogrid with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<GoGridClient,GoGridAsyncClient>> GoGridApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.hpcloud.objectstorage
 

Fields in org.jclouds.hpcloud.objectstorage with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<HPCloudObjectStorageClient,HPCloudObjectStorageAsyncClient>> HPCloudObjectStorageApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.iam
 

Fields in org.jclouds.iam with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<? extends IAMApi,? extends IAMAsyncApi>> IAMApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.jenkins.v1
 

Fields in org.jclouds.jenkins.v1 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<JenkinsApi,JenkinsAsyncApi>> JenkinsApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.joyent.cloudapi.v6_5
 

Fields in org.jclouds.joyent.cloudapi.v6_5 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<JoyentCloudApi,JoyentCloudAsyncApi>> JoyentCloudApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.loadbalancer
 

Methods in org.jclouds.loadbalancer that return RestContext
<S,A> RestContext<S,A>
LoadBalancerServiceContext.getProviderSpecificContext()
          Deprecated. 
 

Uses of RestContext in org.jclouds.loadbalancer.internal
 

Methods in org.jclouds.loadbalancer.internal that return RestContext
<S,A> RestContext<S,A>
LoadBalancerServiceContextImpl.getProviderSpecificContext()
           
 

Uses of RestContext in org.jclouds.openstack.glance.v1_0
 

Fields in org.jclouds.openstack.glance.v1_0 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<GlanceApi,GlanceAsyncApi>> GlanceApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.keystone.v2_0
 

Fields in org.jclouds.openstack.keystone.v2_0 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<? extends KeystoneApi,? extends KeystoneAsyncApi>> KeystoneApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.nova
 

Fields in org.jclouds.openstack.nova with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<NovaClient,NovaAsyncClient>> NovaApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.nova.ec2
 

Fields in org.jclouds.openstack.nova.ec2 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<NovaEC2Client,NovaEC2AsyncClient>> NovaEC2ApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.nova.v2_0
 

Fields in org.jclouds.openstack.nova.v2_0 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<NovaApi,NovaAsyncApi>> NovaApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.quantum.v1_0
 

Fields in org.jclouds.openstack.quantum.v1_0 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<QuantumApi,QuantumAsyncApi>> QuantumApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.swift
 

Fields in org.jclouds.openstack.swift with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<SwiftKeystoneClient,SwiftKeystoneAsyncClient>> SwiftKeystoneApiMetadata.CONTEXT_TOKEN
           
static com.google.common.reflect.TypeToken<RestContext<SwiftClient,SwiftAsyncClient>> SwiftApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.openstack.swift.v1
 

Fields in org.jclouds.openstack.swift.v1 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<SwiftApi,SwiftAsyncApi>> SwiftApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.opsource.servers
 

Fields in org.jclouds.opsource.servers with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<OpSourceServersApi,OpSourceServersAsyncApi>> OpSourceServersApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.rackspace.cloudidentity.v2_0
 

Fields in org.jclouds.rackspace.cloudidentity.v2_0 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<KeystoneApi,KeystoneAsyncApi>> CloudIdentityApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.rds
 

Fields in org.jclouds.rds with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<RDSApi,RDSAsyncApi>> RDSApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.rest
 

Methods in org.jclouds.rest that return RestContext
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, Properties overrides)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated. for porting old code to ContextBuilder
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Properties overrides)
          Deprecated.  
 

Uses of RestContext in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement RestContext
 class RestContextImpl<S,A>
           
 

Methods in org.jclouds.rest.internal that return types with arguments of type RestContext
static
<S,A> com.google.common.reflect.TypeToken<RestContext<S,A>>
BaseRestApiMetadata.contextToken(com.google.common.reflect.TypeToken<S> apiToken, com.google.common.reflect.TypeToken<A> asyncApiToken)
           
 

Uses of RestContext in org.jclouds.rimuhosting.miro
 

Fields in org.jclouds.rimuhosting.miro with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<RimuHostingClient,RimuHostingAsyncClient>> RimuHostingApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.s3
 

Fields in org.jclouds.s3 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<? extends S3Client,? extends S3AsyncClient>> S3ApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.savvis.vpdc
 

Fields in org.jclouds.savvis.vpdc with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<VPDCApi,VPDCAsyncApi>> VPDCApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.slicehost
 

Fields in org.jclouds.slicehost with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<SlicehostClient,SlicehostAsyncClient>> SlicehostApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.snia.cdmi.v1
 

Fields in org.jclouds.snia.cdmi.v1 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<CDMIApi,CDMIAsyncApi>> CDMIApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.softlayer
 

Fields in org.jclouds.softlayer with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<SoftLayerClient,SoftLayerAsyncClient>> SoftLayerApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.trmk.ecloud
 

Fields in org.jclouds.trmk.ecloud with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<TerremarkECloudClient,TerremarkECloudAsyncClient>> TerremarkECloudApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.trmk.vcloudexpress
 

Fields in org.jclouds.trmk.vcloudexpress with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<TerremarkVCloudExpressClient,TerremarkVCloudExpressAsyncClient>> TerremarkVCloudExpressApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.vcloud
 

Fields in org.jclouds.vcloud with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<VCloudClient,VCloudAsyncClient>> VCloudApiMetadata.CONTEXT_TOKEN
           
 

Uses of RestContext in org.jclouds.vcloud.director.v1_5
 

Subinterfaces of RestContext in org.jclouds.vcloud.director.v1_5
 interface VCloudDirectorContext
           
 

Fields in org.jclouds.vcloud.director.v1_5 with type parameters of type RestContext
static com.google.common.reflect.TypeToken<RestContext<SessionApi,SessionAsyncApi>> VCloudDirectorConstants.SESSION_CONTEXT_TYPE
          TODO javadoc
 

Methods in org.jclouds.vcloud.director.v1_5 that return RestContext
 RestContext<VCloudDirectorAdminApi,VCloudDirectorAdminAsyncApi> VCloudDirectorContext.getAdminContext()
           
 

Uses of RestContext in org.jclouds.vcloud.director.v1_5.internal
 

Classes in org.jclouds.vcloud.director.v1_5.internal that implement RestContext
 class VCloudDirectorContextImpl
           
 

Methods in org.jclouds.vcloud.director.v1_5.internal that return RestContext
 RestContext<VCloudDirectorAdminApi,VCloudDirectorAdminAsyncApi> VCloudDirectorContextImpl.getAdminContext()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.