@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, unwrap
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBackendType, 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 ComputeServiceContext
public <S,A> RestContext<S,A> getProviderSpecificContext()
ComputeServiceContext
getProviderSpecificContext
in interface ComputeServiceContext
View#getInputType
,
View.unwrap(com.google.common.reflect.TypeToken<C>)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface ComputeServiceContext
public Utils getUtils()
getUtils
in interface ComputeServiceContext
public Utils utils()
utils
in interface ComputeServiceContext
ComputeServiceContext.getUtils()
public Map<String,Credentials> credentialStore()
ComputeServiceContext
credentialStore
in interface ComputeServiceContext
Utils.credentialStore()
public Map<String,Credentials> getCredentialStore()
ComputeServiceContext
getCredentialStore
in interface ComputeServiceContext
Utils.getCredentialStore()
Copyright © 2009-2013 jclouds. All Rights Reserved.