@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() |
int |
hashCode() |
String |
toString() |
Utils |
utils() |
delegate, getBackendType, string, unwrap, unwrap, unwrapApi
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBackendType, unwrap, unwrap, unwrapApi
@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 utils()
utils
in interface LoadBalancerServiceContext
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface LoadBalancerServiceContext
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.