Package org.glassfish.pfl.tf.timer.spi
Interface Timer
-
- All Superinterfaces:
Controllable
,Named
- All Known Implementing Classes:
TimerImpl
public interface Timer extends Controllable
Used to create specific TimerEvent instances through a TimerEventController. The contents() method in a Timer returns an unmodifiable empty set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActivated()
Return true if this Timer is ready to create TimerEvents.-
Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Controllable
contents, description, disable, enable, id, isEnabled
-
-