Class LoadBalancerServiceContextImpl
java.lang.Object
com.google.common.collect.ForwardingObject
org.jclouds.internal.BaseView
org.jclouds.loadbalancer.internal.LoadBalancerServiceContextImpl
- All Implemented Interfaces:
Closeable
,AutoCloseable
,LoadBalancerServiceContext
,View
@Singleton
public class LoadBalancerServiceContextImpl
extends BaseView
implements LoadBalancerServiceContext
-
Constructor Summary
ConstructorsConstructorDescriptionLoadBalancerServiceContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils) -
Method Summary
Methods inherited from class org.jclouds.internal.BaseView
delegate, getBackendType, string, unwrap, unwrap, unwrapApi
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
Constructor Details
-
LoadBalancerServiceContextImpl
@Inject public LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
-
-
Method Details
-
getLoadBalancerService
- Specified by:
getLoadBalancerService
in interfaceLoadBalancerServiceContext
-
utils
- Specified by:
utils
in interfaceLoadBalancerServiceContext
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceLoadBalancerServiceContext
-
hashCode
public int hashCode() -
toString
-
equals
-