Uses of Interface
org.glassfish.pfl.tf.timer.spi.TimerGroup
Packages that use TimerGroup
-
Uses of TimerGroup in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement TimerGroupModifier and TypeClassDescriptionclass
class
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.Methods in org.glassfish.pfl.tf.timer.impl that return TimerGroupModifier and TypeMethodDescriptionTimerFactoryImpl.makeTimerGroup
(String name, String description) -
Uses of TimerGroup in org.glassfish.pfl.tf.timer.spi
Subinterfaces of TimerGroup in org.glassfish.pfl.tf.timer.spiModifier and TypeInterfaceDescriptioninterface
Factory class for all Timer-related objects.Fields in org.glassfish.pfl.tf.timer.spi declared as TimerGroupMethods in org.glassfish.pfl.tf.timer.spi that return TimerGroupModifier and TypeMethodDescriptionTimerFactory.makeTimerGroup
(String name, String description) Create a new TimerGroup.Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type TimerGroupModifier and TypeMethodDescriptionMap
<String, ? extends TimerGroup> TimerFactory.timerGroups()
Returns a read-only map from TimerGroup names to TimerGroups.