@Singleton public class ComputeServiceContextImpl extends BaseView implements ComputeServiceContext
| Constructor and Description |
|---|
ComputeServiceContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<String,Credentials> |
credentialStore()
will be removed in jclouds 1.6
|
ComputeService |
getComputeService() |
Map<String,Credentials> |
getCredentialStore()
will be removed in jclouds 1.6
|
<S,A> RestContext<S,A> |
getProviderSpecificContext()
will be removed in jclouds 1.6
|
Utils |
getUtils() |
Utils |
utils() |
delegate, equals, getBackendType, hashCode, string, toString, unwrap, unwrap, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackendType, unwrap, unwrap, unwrap@Inject public ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
public ComputeService getComputeService()
getComputeService in interface ComputeServiceContextpublic <S,A> RestContext<S,A> getProviderSpecificContext()
ComputeServiceContextgetProviderSpecificContext in interface ComputeServiceContextView#getInputType,
View.unwrap(com.google.common.reflect.TypeToken<C>)public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ComputeServiceContextpublic Utils getUtils()
getUtils in interface ComputeServiceContextpublic Utils utils()
utils in interface ComputeServiceContextComputeServiceContext.getUtils()public Map<String,Credentials> credentialStore()
ComputeServiceContextcredentialStore in interface ComputeServiceContextUtils.credentialStore()public Map<String,Credentials> getCredentialStore()
ComputeServiceContextgetCredentialStore in interface ComputeServiceContextUtils.getCredentialStore()Copyright © 2009-2013 jclouds. All Rights Reserved.