org.jclouds.ec2.compute.functions
Class CredentialsForInstance
java.lang.Object
com.google.common.cache.CacheLoader<RunningInstance,Credentials>
org.jclouds.ec2.compute.functions.CredentialsForInstance
@Singleton
public class CredentialsForInstance
- extends com.google.common.cache.CacheLoader<RunningInstance,Credentials>
- Author:
- Adrian Cole
Methods inherited from class com.google.common.cache.CacheLoader |
from, from |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
load
public Credentials load(RunningInstance instance)
throws ExecutionException
- Specified by:
load
in class com.google.common.cache.CacheLoader<RunningInstance,Credentials>
- Throws:
ExecutionException
Copyright © 2009-2011 jclouds. All Rights Reserved.