org.jclouds.ec2.compute.functions
Class CredentialsForInstance

java.lang.Object
  extended by com.google.common.cache.CacheLoader<RunningInstance,Credentials>
      extended by org.jclouds.ec2.compute.functions.CredentialsForInstance

@Singleton
public class CredentialsForInstance
extends com.google.common.cache.CacheLoader<RunningInstance,Credentials>

Author:
Adrian Cole

Method Summary
 Credentials load(RunningInstance instance)
           
 
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
 

Method Detail

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.