Uses of Interface
org.jclouds.date.DateService

Packages that use DateService
org.jclouds.atmos.functions   
org.jclouds.aws.config   
org.jclouds.aws.ec2.xml   
org.jclouds.azure.storage.config   
org.jclouds.azureblob.functions   
org.jclouds.azureblob.xml   
org.jclouds.blobstore   
org.jclouds.blobstore.functions   
org.jclouds.cloudwatch.xml   
org.jclouds.date.internal   
org.jclouds.date.joda   
org.jclouds.ec2.xml   
org.jclouds.filesystem   
org.jclouds.glesys.functions.internal   
org.jclouds.json.config   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.s3.config This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
org.jclouds.s3.xml This package contains xml logic that parses S3 responses. 
org.jclouds.savvis.vpdc.xml   
org.jclouds.trmk.vcloud_0_8.xml   
org.jclouds.vcloud.xml   
 

Uses of DateService in org.jclouds.atmos.functions
 

Constructors in org.jclouds.atmos.functions with parameters of type DateService
ParseSystemMetadataFromHeaders(DateService dateService)
           
 

Uses of DateService in org.jclouds.aws.config
 

Methods in org.jclouds.aws.config with parameters of type DateService
protected  String FormSigningRestClientModule.provideTimeStamp(DateService dateService, int expiration)
           
 

Uses of DateService in org.jclouds.aws.ec2.xml
 

Fields in org.jclouds.aws.ec2.xml declared as DateService
protected  DateService BaseAWSReservationHandler.dateService
           
protected  DateService LaunchSpecificationHandler.dateService
           
protected  DateService SpotInstanceHandler.dateService
           
protected  DateService SpotHandler.dateService
           
 

Constructors in org.jclouds.aws.ec2.xml with parameters of type DateService
BaseAWSReservationHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<AWSRunningInstance.Builder> builderProvider)
           
LaunchSpecificationHandler(DateService dateService, LaunchSpecification.Builder builder, BlockDeviceMapping.Builder blockDeviceMappingBuilder)
           
SpotHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)
           
SpotInstanceHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder)
           
 

Uses of DateService in org.jclouds.azure.storage.config
 

Methods in org.jclouds.azure.storage.config with parameters of type DateService
protected  com.google.common.base.Supplier<String> AzureStorageRestClientModule.provideTimeStampCache(long seconds, DateService dateService)
          borrowing concurrency code to ensure that caching takes place properly
 

Uses of DateService in org.jclouds.azureblob.functions
 

Constructors in org.jclouds.azureblob.functions with parameters of type DateService
ParseContainerPropertiesFromHeaders(DateService dateParser, String metadataPrefix)
           
 

Uses of DateService in org.jclouds.azureblob.xml
 

Constructors in org.jclouds.azureblob.xml with parameters of type DateService
AccountNameEnumerationResultsHandler(DateService dateParser)
           
ContainerNameEnumerationResultsHandler(DateService dateParser)
           
 

Uses of DateService in org.jclouds.blobstore
 

Fields in org.jclouds.blobstore declared as DateService
protected  DateService TransientAsyncBlobStore.dateService
           
 

Constructors in org.jclouds.blobstore with parameters of type DateService
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of DateService in org.jclouds.blobstore.functions
 

Constructors in org.jclouds.blobstore.functions with parameters of type DateService
ParseSystemAndUserMetadataFromHeaders(javax.inject.Provider<MutableBlobMetadata> metadataFactory, DateService dateParser, String metadataPrefix)
           
 

Uses of DateService in org.jclouds.cloudwatch.xml
 

Fields in org.jclouds.cloudwatch.xml declared as DateService
protected  DateService DatapointHandler.dateService
           
 

Constructors in org.jclouds.cloudwatch.xml with parameters of type DateService
DatapointHandler(DateService dateService)
           
 

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.date.joda
 

Classes in org.jclouds.date.joda that implement DateService
 class JodaDateService
           
 

Uses of DateService in org.jclouds.ec2.xml
 

Fields in org.jclouds.ec2.xml declared as DateService
protected  DateService BlockDeviceMappingHandler.dateService
           
protected  DateService AttachmentHandler.dateService
           
protected  DateService CreateVolumeResponseHandler.dateService
           
protected  DateService SnapshotHandler.dateService
           
protected  DateService GetPasswordDataResponseHandler.dateService
           
protected  DateService BaseReservationHandler.dateService
           
protected  DateService BundleTaskHandler.dateService
           
 

Constructors in org.jclouds.ec2.xml with parameters of type DateService
BaseReservationHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<RunningInstance.Builder> builderProvider)
           
BlockDeviceMappingHandler(DateService dateService)
           
SnapshotHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of DateService in org.jclouds.filesystem
 

Fields in org.jclouds.filesystem declared as DateService
protected  DateService FilesystemAsyncBlobStore.dateService
           
 

Constructors in org.jclouds.filesystem with parameters of type DateService
FilesystemAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, FilesystemStorageStrategy storageStrategy)
           
 

Uses of DateService in org.jclouds.glesys.functions.internal
 

Constructors in org.jclouds.glesys.functions.internal with parameters of type DateService
GlesysDateAdapter(DateService service)
          Deprecated.  
 

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)
           
 

Uses of DateService in org.jclouds.s3.config
 

Methods in org.jclouds.s3.config with parameters of type DateService
protected  com.google.common.base.Supplier<String> S3RestClientModule.provideTimeStampCache(long seconds, DateService dateService)
          borrowing concurrency code to ensure that caching takes place properly
 

Uses of DateService in org.jclouds.s3.xml
 

Constructors in org.jclouds.s3.xml with parameters of type DateService
ListAllMyBucketsHandler(DateService dateParser)
           
ListBucketHandler(DateService dateParser, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders)
           
 

Uses of DateService in org.jclouds.savvis.vpdc.xml
 

Fields in org.jclouds.savvis.vpdc.xml declared as DateService
protected  DateService TaskHandler.dateService
           
 

Constructors in org.jclouds.savvis.vpdc.xml with parameters of type DateService
TaskHandler(DateService dateService)
           
 

Uses of DateService in org.jclouds.trmk.vcloud_0_8.xml
 

Fields in org.jclouds.trmk.vcloud_0_8.xml declared as DateService
protected  DateService TaskHandler.dateService
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.xml with parameters of type DateService
TaskHandler(DateService dateService)
           
 

Uses of DateService in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml declared as DateService
protected  DateService TaskHandler.dateService
           
 

Constructors in org.jclouds.vcloud.xml with parameters of type DateService
TaskHandler(DateService dateService)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.