org.dasein.cloud.aws.platform
Class AWSPlatformServices

java.lang.Object
  extended by org.dasein.cloud.platform.AbstractPlatformServices
      extended by org.dasein.cloud.aws.platform.AWSPlatformServices
All Implemented Interfaces:
org.dasein.cloud.platform.PlatformServices

public class AWSPlatformServices
extends org.dasein.cloud.platform.AbstractPlatformServices


Constructor Summary
AWSPlatformServices(AWSCloud cloud)
           
 
Method Summary
 CloudFront getCDNSupport()
           
 SimpleDB getKeyValueDatabaseSupport()
           
 SNS getPushNotificationSupport()
           
 RDS getRelationalDatabaseSupport()
           
 
Methods inherited from class org.dasein.cloud.platform.AbstractPlatformServices
getMessageQueueSupport, hasCDNSupport, hasKeyValueDatabaseSupport, hasMessageQueueSupport, hasPushNotificationSupport, hasRelationalDatabaseSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSPlatformServices

public AWSPlatformServices(AWSCloud cloud)
Method Detail

getCDNSupport

public CloudFront getCDNSupport()
Specified by:
getCDNSupport in interface org.dasein.cloud.platform.PlatformServices
Overrides:
getCDNSupport in class org.dasein.cloud.platform.AbstractPlatformServices

getKeyValueDatabaseSupport

public SimpleDB getKeyValueDatabaseSupport()
Specified by:
getKeyValueDatabaseSupport in interface org.dasein.cloud.platform.PlatformServices
Overrides:
getKeyValueDatabaseSupport in class org.dasein.cloud.platform.AbstractPlatformServices

getPushNotificationSupport

public SNS getPushNotificationSupport()
Specified by:
getPushNotificationSupport in interface org.dasein.cloud.platform.PlatformServices
Overrides:
getPushNotificationSupport in class org.dasein.cloud.platform.AbstractPlatformServices

getRelationalDatabaseSupport

public RDS getRelationalDatabaseSupport()
Specified by:
getRelationalDatabaseSupport in interface org.dasein.cloud.platform.PlatformServices
Overrides:
getRelationalDatabaseSupport in class org.dasein.cloud.platform.AbstractPlatformServices


Copyright © 2012 enStratus Networks LLC. All Rights Reserved.