Uses of Class
dev.vality.damsel.base.Timer
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.proxy_provider | |
| dev.vality.damsel.repairing | |
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of Timer in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return Timer Modifier and Type Method Description static TimerTimer. deadline(String value)TimerTimer. deepCopy()static TimerTimer. timeout(int value)Methods in dev.vality.damsel.base with parameters of type Timer Modifier and Type Method Description intTimer. compareTo(Timer other)booleanTimer. equals(Timer other)Constructors in dev.vality.damsel.base with parameters of type Timer Constructor Description Timer(Timer other) -
Uses of Timer in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as Timer Modifier and Type Field Description TimerSuspendIntent. timeoutТаймер, определяющий время, в течение которого процессинг ожидает обратный запрос.TimerSleepIntent. timerТаймер, определяющий когда следует продолжить взаимодействие.Methods in dev.vality.damsel.proxy_provider that return Timer Modifier and Type Method Description TimerSuspendIntent. getTimeout()Таймер, определяющий время, в течение которого процессинг ожидает обратный запрос.TimerSleepIntent. getTimer()Таймер, определяющий когда следует продолжить взаимодействие.Methods in dev.vality.damsel.proxy_provider with parameters of type Timer Modifier and Type Method Description SuspendIntentSuspendIntent. setTimeout(Timer timeout)Таймер, определяющий время, в течение которого процессинг ожидает обратный запрос.SleepIntentSleepIntent. setTimer(Timer timer)Таймер, определяющий когда следует продолжить взаимодействие.Constructors in dev.vality.damsel.proxy_provider with parameters of type Timer Constructor Description SleepIntent(Timer timer)SuspendIntent(String tag, Timer timeout) -
Uses of Timer in dev.vality.damsel.repairing
Fields in dev.vality.damsel.repairing declared as Timer Modifier and Type Field Description TimerSetTimerAction. timerMethods in dev.vality.damsel.repairing that return Timer Modifier and Type Method Description TimerSetTimerAction. getTimer()Methods in dev.vality.damsel.repairing with parameters of type Timer Modifier and Type Method Description SetTimerActionSetTimerAction. setTimer(Timer timer)Constructors in dev.vality.damsel.repairing with parameters of type Timer Constructor Description SetTimerAction(Timer timer) -
Uses of Timer in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as Timer Modifier and Type Field Description TimerSleepIntent. timerТаймер, определяющий когда следует продолжить взаимодействие.Methods in dev.vality.damsel.withdrawals.provider_adapter that return Timer Modifier and Type Method Description TimerSleepIntent. getTimer()Таймер, определяющий когда следует продолжить взаимодействие.Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Timer Modifier and Type Method Description SleepIntentSleepIntent. setTimer(Timer timer)Таймер, определяющий когда следует продолжить взаимодействие.Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Timer Constructor Description SleepIntent(Timer timer)