Uses of Interface
org.jclouds.date.DateService

Packages that use DateService
org.jclouds.date.internal   
org.jclouds.json.config   
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of DateService in org.jclouds.date.internal
 

Classes in org.jclouds.date.internal that implement DateService
 class SimpleDateFormatDateService
          uses SimpleDateFormat internally.
 

Uses of DateService in org.jclouds.json.config
 

Constructors in org.jclouds.json.config with parameters of type DateService
GsonModule.CDateAdapter(DateService dateService)
           
GsonModule.Iso8601DateAdapter(DateService dateService)
           
 

Uses of DateService in org.jclouds.rest
 

Methods in org.jclouds.rest that return DateService
 DateService Utils.date()
          #see #getDateService
 DateService Utils.getDateService()
           
 

Uses of DateService in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return DateService
 DateService UtilsImpl.date()
           
 DateService UtilsImpl.getDateService()
           
 

Constructors in org.jclouds.rest.internal with parameters of type DateService
UtilsImpl(com.google.inject.Injector injector, Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, com.google.common.eventbus.EventBus eventBus, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.