Uses of Interface
org.glassfish.pfl.tf.timer.spi.TimerGroup

Packages that use TimerGroup
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
 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
 TimerGroup TimerFactoryImpl.makeTimerGroup(String name, String description)
           
 

Uses of TimerGroup in org.glassfish.pfl.tf.timer.spi
 

Subinterfaces of TimerGroup in org.glassfish.pfl.tf.timer.spi
 interface TimerFactory
          Factory class for all Timer-related objects.
 

Methods in org.glassfish.pfl.tf.timer.spi that return TimerGroup
 TimerGroup TimerFactory.makeTimerGroup(String name, String description)
          Create a new TimerGroup.
 

Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type TimerGroup
 Map<String,? extends TimerGroup> TimerFactory.timerGroups()
          Returns a read-only map from TimerGroup names to TimerGroups.
 



Copyright © 2013 Oracle. All Rights Reserved.