public interface SessionPseudoClock extends SessionClock
Modifier and Type | Method and Description |
---|---|
long |
advanceTime(long amount,
TimeUnit unit)
Advances the clock time in the specified unit amount.
|
getCurrentTime
long advanceTime(long amount, TimeUnit unit)
amount
- the amount of units to advance in the clockunit
- the used time unitCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.