org.jclouds.cloudstack.internal
Class CloudStackContextImpl

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.cloudstack.internal.CloudStackContextImpl
All Implemented Interfaces:
Closeable, CloudStackContext, org.jclouds.compute.ComputeServiceContext, org.jclouds.View

@Singleton
public class CloudStackContextImpl
extends org.jclouds.compute.internal.ComputeServiceContextImpl
implements CloudStackContext


Method Summary
 CloudStackApi getApi()
           
 CloudStackDomainApi getDomainApi()
           
 CloudStackGlobalApi getGlobalApi()
           
 
Methods inherited from class org.jclouds.compute.internal.ComputeServiceContextImpl
close, getComputeService, 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, getComputeService, utils
 
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
 

Method Detail

getApi

public CloudStackApi getApi()
Specified by:
getApi in interface CloudStackContext

getDomainApi

public CloudStackDomainApi getDomainApi()
Specified by:
getDomainApi in interface CloudStackContext

getGlobalApi

public CloudStackGlobalApi getGlobalApi()
Specified by:
getGlobalApi in interface CloudStackContext


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