Uses of Interface
org.glassfish.pfl.tf.timer.spi.TimerGroup
Packages that use TimerGroup
Package
Description
-
Uses of TimerGroup in org.glassfish.gmbal.impl
Subinterfaces of TimerGroup in org.glassfish.gmbal.implModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceMethods in org.glassfish.gmbal.impl that return TimerGroupModifier and TypeMethodDescriptionTimerAnnotationHelper.ManagedTimerFactory.makeTimerGroup(String name, String description) Methods in org.glassfish.gmbal.impl that return types with arguments of type TimerGroupModifier and TypeMethodDescriptionMap<String,? extends TimerGroup> TimerAnnotationHelper.ManagedTimerFactory.timerGroups() -
Uses of TimerGroup in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement TimerGroupModifier and TypeClassDescriptionclassclassA 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 TypeInterfaceDescriptioninterfaceFactory class for all Timer-related objects.Methods 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.