Uses of Interface
org.glassfish.pfl.tf.timer.spi.TimerGroup
-
Packages that use TimerGroup Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of TimerGroup in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement TimerGroup Modifier and Type Class Description class
TimerFactoryImpl
class
TimerGroupImpl
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.Methods in org.glassfish.pfl.tf.timer.impl that return TimerGroup Modifier and Type Method Description TimerGroup
TimerFactoryImpl. makeTimerGroup(java.lang.String name, java.lang.String description)
-
Uses of TimerGroup in org.glassfish.pfl.tf.timer.spi
Subinterfaces of TimerGroup in org.glassfish.pfl.tf.timer.spi Modifier and Type Interface Description interface
TimerFactory
Factory class for all Timer-related objects.Fields in org.glassfish.pfl.tf.timer.spi declared as TimerGroup Modifier and Type Field Description private TimerGroup
TimingInfoProcessor. currentTimerGroup
Methods in org.glassfish.pfl.tf.timer.spi that return TimerGroup Modifier and Type Method Description TimerGroup
TimerFactory. makeTimerGroup(java.lang.String name, java.lang.String description)
Create a new TimerGroup.Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type TimerGroup Modifier and Type Method Description java.util.Map<java.lang.String,? extends TimerGroup>
TimerFactory. timerGroups()
Returns a read-only map from TimerGroup names to TimerGroups.
-