Uses of Class
org.glassfish.pfl.tf.timer.impl.ControllableBase

Packages that use ControllableBase
org.glassfish.pfl.tf.timer.impl   
 

Uses of ControllableBase in org.glassfish.pfl.tf.timer.impl
 

Subclasses of ControllableBase in org.glassfish.pfl.tf.timer.impl
 class TimerFactoryImpl
           
 class TimerGroupImpl
          A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.
 class TimerImpl
          This interface exists because a Controllable is not loggable: only a Timer is loggable (we do not want TimerGroup to be loggable).
 

Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type ControllableBase
 Set<ControllableBase> TimerGroupImpl.contents()
           
 Set<ControllableBase> ControllableBase.contents()
           
 



Copyright © 2013 Oracle. All Rights Reserved.