Package org.jclouds.compute
Interface ComputeServiceContext
-
- All Superinterfaces:
AutoCloseable
,Closeable
,View
- All Known Subinterfaces:
AWSEC2ComputeServiceContext
,CloudStackContext
,EC2ComputeServiceContext
- All Known Implementing Classes:
AWSEC2ComputeServiceContextImpl
,CloudStackContextImpl
,ComputeServiceContextImpl
,EC2ComputeServiceContextImpl
public interface ComputeServiceContext extends Closeable, View
Represents a cloud that has compute functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
ComputeService
getComputeService()
Utils
utils()
-
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
-
-
-
Method Detail
-
getComputeService
ComputeService getComputeService()
-
utils
Utils utils()
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
-