org.jclouds.ec2.compute
Interface EC2ComputeServiceContext

All Superinterfaces:
Closeable, ComputeServiceContext, View
All Known Subinterfaces:
AWSEC2ComputeServiceContext
All Known Implementing Classes:
AWSEC2ComputeServiceContextImpl, EC2ComputeServiceContextImpl

public interface EC2ComputeServiceContext
extends ComputeServiceContext

Author:
Adrian Cole

Method Summary
 EC2ComputeService getComputeService()
           
 
Methods inherited from interface org.jclouds.compute.ComputeServiceContext
close, credentialStore, getCredentialStore, getProviderSpecificContext, getUtils, utils
 
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrap
 

Method Detail

getComputeService

EC2ComputeService getComputeService()
Specified by:
getComputeService in interface ComputeServiceContext


Copyright © 2009-2012 jclouds. All Rights Reserved.