Class AWSEC2ComputeServiceContextImpl
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.jclouds.internal.BaseView
-
- org.jclouds.compute.internal.ComputeServiceContextImpl
-
- org.jclouds.ec2.compute.internal.EC2ComputeServiceContextImpl
-
- org.jclouds.aws.ec2.compute.internal.AWSEC2ComputeServiceContextImpl
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,AWSEC2ComputeServiceContext
,ComputeServiceContext
,EC2ComputeServiceContext
,View
@Singleton public class AWSEC2ComputeServiceContextImpl extends EC2ComputeServiceContextImpl implements AWSEC2ComputeServiceContext
-
-
Constructor Summary
Constructors Constructor Description AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSEC2ComputeService
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
-
AWSEC2ComputeServiceContextImpl
@Inject public AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
-
-
Method Detail
-
getComputeService
public AWSEC2ComputeService getComputeService()
- Specified by:
getComputeService
in interfaceAWSEC2ComputeServiceContext
- Specified by:
getComputeService
in interfaceComputeServiceContext
- Specified by:
getComputeService
in interfaceEC2ComputeServiceContext
- Overrides:
getComputeService
in classEC2ComputeServiceContextImpl
-
-