@Singleton public class CloudStackContextImpl extends ComputeServiceContextImpl implements CloudStackContext
| Constructor and Description |
|---|
CloudStackContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext) |
| Modifier and Type | Method and Description |
|---|---|
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> |
getDomainContext() |
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> |
getGlobalContext() |
RestContext<CloudStackClient,CloudStackAsyncClient> |
getProviderSpecificContext()
will be removed in jclouds 1.6
|
close, credentialStore, getComputeService, getCredentialStore, getUtils, utilsdelegate, equals, getBackendType, hashCode, string, toString, unwrap, unwrap, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitclose, credentialStore, getComputeService, getCredentialStore, getUtils, utilsgetBackendType, unwrap, unwrap, unwrap@Inject public CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
public RestContext<CloudStackClient,CloudStackAsyncClient> getProviderSpecificContext()
ComputeServiceContextgetProviderSpecificContext in interface CloudStackContextgetProviderSpecificContext in interface ComputeServiceContextgetProviderSpecificContext in class ComputeServiceContextImplView#getInputType,
View.unwrap(com.google.common.reflect.TypeToken<C>)public RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> getDomainContext()
getDomainContext in interface CloudStackContextpublic RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> getGlobalContext()
getGlobalContext in interface CloudStackContextCopyright © 2009-2013 jclouds. All Rights Reserved.