Uses of Interface
org.jclouds.date.DateService

Packages that use DateService
org.jclouds.atmos.functions   
org.jclouds.aws.config   
org.jclouds.azure.storage.config   
org.jclouds.azureblob.functions   
org.jclouds.azureblob.xml   
org.jclouds.blobstore.functions   
org.jclouds.cloudwatch.binders   
org.jclouds.cloudwatch.xml   
org.jclouds.date.internal   
org.jclouds.date.joda   
org.jclouds.elb.xml   
org.jclouds.eucalyptus.internal   
org.jclouds.iam.xml   
org.jclouds.json.config   
org.jclouds.openstack.glance.v1_0.functions   
org.jclouds.openstack.nova.ec2.internal   
org.jclouds.rds.xml   
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)
           
 

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, ContentMetadataCodec contentMetadataCodec)
           
 

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.binders
 

Constructors in org.jclouds.cloudwatch.binders with parameters of type DateService
GetMetricStatisticsBinder(DateService dateService)
           
MetricDataBinder(DateService dateService)
           
 

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.
 

Fields in org.jclouds.date.internal declared as DateService
protected  DateService DateServiceDateCodecFactory.DateServiceRfc1123Codec.dateService
           
protected  DateService DateServiceDateCodecFactory.DateServiceIso8601Codec.dateService
           
 

Constructors in org.jclouds.date.internal with parameters of type DateService
DateServiceDateCodecFactory.DateServiceIso8601Codec(DateService dateService)
           
DateServiceDateCodecFactory.DateServiceRfc1123Codec(DateService dateService)
           
 

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.elb.xml
 

Fields in org.jclouds.elb.xml declared as DateService
protected  DateService LoadBalancerHandler.dateService
           
 

Constructors in org.jclouds.elb.xml with parameters of type DateService
LoadBalancerHandler(DateService dateService, HealthCheckHandler healthCheckHandler, ListenerWithPoliciesHandler listenerHandler)
           
 

Uses of DateService in org.jclouds.eucalyptus.internal
 

Constructors in org.jclouds.eucalyptus.internal with parameters of type DateService
DateServiceIso8601SecondsCodec(DateService dateService)
           
 

Uses of DateService in org.jclouds.iam.xml
 

Constructors in org.jclouds.iam.xml with parameters of type DateService
UserHandler(DateService dateService)
           
 

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.openstack.glance.v1_0.functions
 

Constructors in org.jclouds.openstack.glance.v1_0.functions with parameters of type DateService
ParseImageDetailsFromHeaders(DateService dateService)
           
 

Uses of DateService in org.jclouds.openstack.nova.ec2.internal
 

Constructors in org.jclouds.openstack.nova.ec2.internal with parameters of type DateService
HyphenToNullIso8601Codec(DateService dateService)
           
 

Uses of DateService in org.jclouds.rds.xml
 

Fields in org.jclouds.rds.xml declared as DateService
protected  DateService InstanceHandler.dateService
           
 

Constructors in org.jclouds.rds.xml with parameters of type DateService
InstanceHandler(DateService dateService, SubnetGroupHandler subnetGroupHandler)
           
 

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, XMLParser xml, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, 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.