@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, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackendType, 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 LoadBalancerServiceContextpublic Utils getUtils()
getUtils in interface LoadBalancerServiceContextpublic Utils utils()
utils in interface LoadBalancerServiceContextLoadBalancerServiceContext.getUtils()public <S,A> RestContext<S,A> getProviderSpecificContext()
LoadBalancerServiceContextgetProviderSpecificContext in interface LoadBalancerServiceContextView#getInputType,
View.unwrap(com.google.common.reflect.TypeToken<C>)public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface LoadBalancerServiceContextCopyright © 2009-2013 jclouds. All Rights Reserved.