Uses of Interface
com.iizix.timeout.ITimeoutTask
Packages that use ITimeoutTask Package Description com.iizix.timeout com.iizix.timeout.engine com.iizix.txp.impl Uses of ITimeoutTask in com.iizix.timeout
Methods in com.iizix.timeout that return ITimeoutTask Modifier and Type Method Description ITimeoutTask
ITimerEngine. registerTimeout(long timeout, java.lang.String description, ITimeoutListener listener)
Registers a new timeout for processing.Uses of ITimeoutTask in com.iizix.timeout.engine
Classes in com.iizix.timeout.engine that implement ITimeoutTask Modifier and Type Class Description class
TimeoutTask
The implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.Uses of ITimeoutTask in com.iizix.txp.impl
Fields in com.iizix.txp.impl declared as ITimeoutTask Modifier and Type Field Description protected ITimeoutTask
AbstractTXPNode. timeoutTask