Uses of Class
org.glassfish.pfl.tf.timer.impl.ControllableBase
-
Packages that use ControllableBase Package Description 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 Modifier and Type Class Description classTimerFactoryImplclassTimerGroupImplA TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.classTimerImplThis interface exists because a Controllable is not loggable: only a Timer is loggable (we do not want TimerGroup to be loggable).Fields in org.glassfish.pfl.tf.timer.impl with type parameters of type ControllableBase Modifier and Type Field Description private java.util.Set<ControllableBase>TimerGroupImpl. contentsprivate static java.util.Set<ControllableBase>ControllableBase. emptyContentprivate java.util.Set<ControllableBase>TimerGroupImpl. roContentsprivate java.util.Set<ControllableBase>TimerGroupImpl. roTcContentsprivate java.util.Set<ControllableBase>TimerGroupImpl. tcContentsMethods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type ControllableBase Modifier and Type Method Description java.util.Set<ControllableBase>ControllableBase. contents()java.util.Set<ControllableBase>TimerGroupImpl. contents()(package private) java.util.Set<ControllableBase>TimerGroupImpl. tcContents()Method parameters in org.glassfish.pfl.tf.timer.impl with type arguments of type ControllableBase Modifier and Type Method Description (package private) voidControllableBase. transitiveClosure(java.util.Set<ControllableBase> result)
-