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

Packages that use Controllable
org.glassfish.pfl.tf.timer.impl   
org.glassfish.pfl.tf.timer.spi   
 

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

Classes in org.glassfish.pfl.tf.timer.impl that implement Controllable
 class ControllableBase
           
 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 Controllable
 Controllable TimerFactoryImpl.getControllable(int id)
           
 

Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type Controllable
 Set<? extends Controllable> TimerFactoryImpl.enabledSet()
           
 

Methods in org.glassfish.pfl.tf.timer.impl with parameters of type Controllable
 boolean TimerGroupImpl.add(Controllable con)
           
 boolean TimerGroupImpl.remove(Controllable con)
           
 

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

Subinterfaces of Controllable in org.glassfish.pfl.tf.timer.spi
 interface Timer
          Used to create specific TimerEvent instances through a TimerEventController.
 interface TimerFactory
          Factory class for all Timer-related objects.
 interface TimerGroup
          A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.
 

Methods in org.glassfish.pfl.tf.timer.spi that return Controllable
 Controllable TimerFactory.getControllable(int id)
          Returns the Controllable corresponding to id, for id in the range 0 (inclusive) to numberOfIds() (exclusive).
 

Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type Controllable
 Set<? extends Controllable> Controllable.contents()
          Return an unmodifiable set of the contents of this Controllable.
 Set<? extends Controllable> TimerFactory.enabledSet()
          Returns a read-only view of the set of enabled Controllables.
 

Methods in org.glassfish.pfl.tf.timer.spi with parameters of type Controllable
 boolean TimerGroup.add(Controllable con)
           
 boolean TimerGroup.remove(Controllable con)
           
 



Copyright © 2013 Oracle. All Rights Reserved.