org.jclouds.concurrent
Class RetryOnTimeOutExceptionSupplier<T>
java.lang.Object
org.jclouds.concurrent.RetryOnTimeOutExceptionSupplier<T>
- All Implemented Interfaces:
- com.google.common.base.Supplier<T>
public class RetryOnTimeOutExceptionSupplier<T>
- extends Object
- implements com.google.common.base.Supplier<T>
- Author:
- Adrian Cole
RetryOnTimeOutExceptionSupplier
public RetryOnTimeOutExceptionSupplier(com.google.common.base.Supplier<T> delegate)
get
public T get()
- Specified by:
get
in interface com.google.common.base.Supplier<T>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 jclouds. All Rights Reserved.