org.jclouds.compute
Interface ComputeServiceContext

All Superinterfaces:
Closeable, org.jclouds.View
All Known Implementing Classes:
ComputeServiceContextImpl

public interface ComputeServiceContext
extends Closeable, org.jclouds.View

Represents a cloud that has compute functionality.


Method Summary
 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 interface Closeable


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