Package org.wildfly.clustering.ejb.timer
Interface TimerRegistry<I>
-
- Type Parameters:
I- the timer identifier type
public interface TimerRegistry<I>Exposes the mechanism for registering arbitrary timers with the system, e.g. management model.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(I id)voidunregister(I id)
-