org.jclouds.ec2.compute.internal
Class EC2ComputeServiceContextImpl

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by org.jclouds.internal.BaseView
          extended by org.jclouds.compute.internal.ComputeServiceContextImpl
              extended by org.jclouds.ec2.compute.internal.EC2ComputeServiceContextImpl
All Implemented Interfaces:
Closeable, org.jclouds.compute.ComputeServiceContext, EC2ComputeServiceContext, org.jclouds.View

@Singleton
public class EC2ComputeServiceContextImpl
extends org.jclouds.compute.internal.ComputeServiceContextImpl
implements EC2ComputeServiceContext


Constructor Summary
EC2ComputeServiceContextImpl(org.jclouds.Context backend, com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType, EC2ComputeService computeService, org.jclouds.compute.Utils utils)
           
 
Method Summary
 EC2ComputeService getComputeService()
           
 
Methods inherited from class org.jclouds.compute.internal.ComputeServiceContextImpl
close, utils
 
Methods inherited from class org.jclouds.internal.BaseView
delegate, equals, getBackendType, hashCode, string, toString, unwrap, unwrap, unwrapApi
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jclouds.compute.ComputeServiceContext
close, utils
 
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
 

Constructor Detail

EC2ComputeServiceContextImpl

@Inject
public EC2ComputeServiceContextImpl(org.jclouds.Context backend,
                                           com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
                                           EC2ComputeService computeService,
                                           org.jclouds.compute.Utils utils)
Method Detail

getComputeService

public EC2ComputeService getComputeService()
Specified by:
getComputeService in interface org.jclouds.compute.ComputeServiceContext
Specified by:
getComputeService in interface EC2ComputeServiceContext
Overrides:
getComputeService in class org.jclouds.compute.internal.ComputeServiceContextImpl


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.