Uses of Class
org.glassfish.pfl.tf.timer.impl.ControllableBase
Packages that use ControllableBase
-
Uses of ControllableBase in org.glassfish.pfl.tf.timer.impl
Subclasses of ControllableBase in org.glassfish.pfl.tf.timer.implModifier and TypeClassDescriptionclass
class
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.class
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 ControllableBaseModifier and TypeFieldDescriptionprivate Set
<ControllableBase> TimerGroupImpl.contents
private static final Set
<ControllableBase> ControllableBase.emptyContent
private Set
<ControllableBase> TimerGroupImpl.roContents
private Set
<ControllableBase> TimerGroupImpl.roTcContents
private Set
<ControllableBase> TimerGroupImpl.tcContents
Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type ControllableBaseModifier and TypeMethodDescriptionControllableBase.contents()
TimerGroupImpl.contents()
(package private) Set
<ControllableBase> TimerGroupImpl.tcContents()
Method parameters in org.glassfish.pfl.tf.timer.impl with type arguments of type ControllableBaseModifier and TypeMethodDescription(package private) void
ControllableBase.transitiveClosure
(Set<ControllableBase> result)