@Singleton public class LoadBalancerServiceContextImpl extends BaseView implements LoadBalancerServiceContext
Constructor and Description |
---|
LoadBalancerServiceContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
LoadBalancerService loadBalancerService,
Utils utils) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
equals(Object obj) |
LoadBalancerService |
getLoadBalancerService() |
<S,A> RestContext<S,A> |
getProviderSpecificContext()
will be removed in jclouds 1.6
|
Utils |
getUtils() |
int |
hashCode() |
String |
toString() |
Utils |
utils() |
delegate, getBackendType, string, unwrap, unwrap, unwrap
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBackendType, unwrap, unwrap, unwrap
@Inject public LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
public LoadBalancerService getLoadBalancerService()
getLoadBalancerService
in interface LoadBalancerServiceContext
public Utils getUtils()
getUtils
in interface LoadBalancerServiceContext
public Utils utils()
utils
in interface LoadBalancerServiceContext
LoadBalancerServiceContext.getUtils()
public <S,A> RestContext<S,A> getProviderSpecificContext()
LoadBalancerServiceContext
getProviderSpecificContext
in interface LoadBalancerServiceContext
View#getInputType
,
View.unwrap(com.google.common.reflect.TypeToken<C>)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface LoadBalancerServiceContext
Copyright © 2009-2013 jclouds. All Rights Reserved.