org.jclouds.loadbalancer
Interface LoadBalancerServiceContext

All Known Implementing Classes:
LoadBalancerServiceContextImpl

public interface LoadBalancerServiceContext

Represents a cloud that has LoadBalancer functionality.

Author:
Adrian Cole

Method Summary
 void close()
           
 LoadBalancerService getLoadBalancerService()
           
<S,A> RestContext<S,A>
getProviderSpecificContext()
           
 Utils getUtils()
           
 Utils utils()
           
 

Method Detail

getLoadBalancerService

LoadBalancerService getLoadBalancerService()

getProviderSpecificContext

<S,A> RestContext<S,A> getProviderSpecificContext()

getUtils

Utils getUtils()

utils

Utils utils()
See Also:
getUtils()

close

void close()


Copyright © 2009-2012 jclouds. All Rights Reserved.