@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() |
Utils |
getUtils() |
int |
hashCode() |
String |
toString() |
Utils |
utils() |
delegate, getBackendType, string, unwrap, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackendType, 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 void close()
close in interface Closeableclose in interface AutoCloseableclose in interface LoadBalancerServiceContextCopyright © 2009-2013 jclouds. All Rights Reserved.