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 classTimerFactoryImplclassTimerGroupImplA 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 TimerGroupTimerFactoryImpl. 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 interfaceTimerFactoryFactory class for all Timer-related objects.Fields in org.glassfish.pfl.tf.timer.spi declared as TimerGroup Modifier and Type Field Description private TimerGroupTimingInfoProcessor. currentTimerGroupMethods in org.glassfish.pfl.tf.timer.spi that return TimerGroup Modifier and Type Method Description TimerGroupTimerFactory. 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.
-