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
Constructors Constructor Description LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
equals(Object obj)
LoadBalancerService
getLoadBalancerService()
int
hashCode()
String
toString()
Utils
utils()
-
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 Detail
-
LoadBalancerServiceContextImpl
@Inject public LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
-
-
Method Detail
-
getLoadBalancerService
public LoadBalancerService getLoadBalancerService()
- Specified by:
getLoadBalancerService
in interfaceLoadBalancerServiceContext
-
utils
public Utils 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
-
-