public interface Context extends Location, Closeable
close()
when you are finished with this context in order to
release resources.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes all connections, including executor service
|
Map<String,Credentials> |
credentialStore()
Deprecated.
|
String |
getApiVersion()
Deprecated.
|
String |
getBuildVersion()
Deprecated.
|
Map<String,Credentials> |
getCredentialStore()
Deprecated.
|
URI |
getEndpoint()
Deprecated.
|
String |
getIdentity() |
String |
getName()
Identifies the Context.
|
ProviderMetadata |
getProviderMetadata() |
Utils |
getUtils() |
Utils |
utils() |
getDescription, getId, getIso3166Codes, getMetadata, getParent, getScope
String getName()
@Deprecated @Beta Map<String,Credentials> getCredentialStore()
Utils.getCredentialStore()
@Deprecated @Beta Map<String,Credentials> credentialStore()
Utils.credentialStore()
ProviderMetadata getProviderMetadata()
ContextBuilder.newBuilder(org.jclouds.providers.ProviderMetadata)
String getIdentity()
ApiMetadata.getDefaultIdentity()
@Deprecated URI getEndpoint()
@Deprecated String getApiVersion()
@Deprecated @Nullable String getBuildVersion()
Utils getUtils()
Utils utils()
getUtils()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2009-2013 jclouds. All Rights Reserved.