|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.droids.delay.RandomDelayTimer
org.apache.droids.delay.GaussianRandomDelayTimer
public class GaussianRandomDelayTimer
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.delay.RandomDelayTimer |
|---|
delaySpread, minimumDelay, random |
| Constructor Summary | |
|---|---|
GaussianRandomDelayTimer()
|
|
GaussianRandomDelayTimer(int min,
int range)
|
|
| Method Summary | |
|---|---|
long |
getDelayMillis()
Returns the value of the delay between request. |
| Methods inherited from class org.apache.droids.delay.RandomDelayTimer |
|---|
getDelaySpread, getMinimumDelay, setDelaySpread, setMinimumDelay |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussianRandomDelayTimer()
public GaussianRandomDelayTimer(int min,
int range)
| Method Detail |
|---|
public long getDelayMillis()
DelayTimer
getDelayMillis in interface DelayTimergetDelayMillis in class RandomDelayTimer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||