public abstract class Throttle<T> extends Object implements IThrottle<T>
Throttle(IThrottleStrategy pStrategy)
T
throttle(Callable<T> pCallable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Throttle(IThrottleStrategy pStrategy)
public T throttle(Callable<T> pCallable) throws Exception
throttle
IThrottle<T>
Exception
lpezet