org.jclouds.openstack.nova.v2_0.compute.loaders
Class CreateUniqueKeyPair

java.lang.Object
  extended by com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>
      extended by org.jclouds.openstack.nova.v2_0.compute.loaders.CreateUniqueKeyPair

@Singleton
public class CreateUniqueKeyPair
extends com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>

Author:
Adam Lowe

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Field Summary
protected  Logger logger
           
protected  GroupNamingConvention.Factory namingConvention
           
protected  NovaApi novaApi
           
 
Constructor Summary
CreateUniqueKeyPair(NovaApi novaApi, GroupNamingConvention.Factory namingConvention)
           
 
Method Summary
 KeyPair load(ZoneAndName zoneAndName)
           
 
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
 

Field Detail

logger

@Named(value="jclouds.compute")
protected Logger logger

novaApi

protected final NovaApi novaApi

namingConvention

protected final GroupNamingConvention.Factory namingConvention
Constructor Detail

CreateUniqueKeyPair

@Inject
public CreateUniqueKeyPair(NovaApi novaApi,
                                  GroupNamingConvention.Factory namingConvention)
Method Detail

load

public KeyPair load(ZoneAndName zoneAndName)
Specified by:
load in class com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>


Copyright © 2009-2012 jclouds. All Rights Reserved.