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 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).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. contents
private static java.util.Set<ControllableBase>
ControllableBase. emptyContent
private java.util.Set<ControllableBase>
TimerGroupImpl. roContents
private java.util.Set<ControllableBase>
TimerGroupImpl. roTcContents
private java.util.Set<ControllableBase>
TimerGroupImpl. tcContents
Methods 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) void
ControllableBase. transitiveClosure(java.util.Set<ControllableBase> result)
-