org.jclouds.cloudsigma.compute.config
Class CloudSigmaComputeServiceContextModule.GetDrive

java.lang.Object
  extended by com.google.common.cache.CacheLoader<String,DriveInfo>
      extended by org.jclouds.cloudsigma.compute.config.CloudSigmaComputeServiceContextModule.GetDrive
Enclosing class:
CloudSigmaComputeServiceContextModule

@Singleton
public static class CloudSigmaComputeServiceContextModule.GetDrive
extends com.google.common.cache.CacheLoader<String,DriveInfo>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Constructor Summary
CloudSigmaComputeServiceContextModule.GetDrive(CloudSigmaClient client)
           
 
Method Summary
 DriveInfo load(String input)
           
 
Methods inherited from class com.google.common.cache.CacheLoader
from, from, loadAll, reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudSigmaComputeServiceContextModule.GetDrive

@Inject
public CloudSigmaComputeServiceContextModule.GetDrive(CloudSigmaClient client)
Method Detail

load

public DriveInfo load(String input)
Specified by:
load in class com.google.common.cache.CacheLoader<String,DriveInfo>


Copyright © 2009-2012 jclouds. All Rights Reserved.