Uses of Interface
org.glassfish.pfl.tf.timer.spi.Controllable
Packages that use Controllable
-
Uses of Controllable in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement ControllableModifier and TypeClassDescriptionclassclassclassA TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.classThis 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 ControllableModifier and TypeFieldDescriptionprivate Map<Controllable, Integer> TimerFactoryImpl.conToIntprivate Map<Integer, Controllable> TimerFactoryImpl.intToConMethods in org.glassfish.pfl.tf.timer.impl that return ControllableMethods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type ControllableMethods in org.glassfish.pfl.tf.timer.impl with parameters of type ControllableModifier and TypeMethodDescriptionbooleanTimerGroupImpl.add(Controllable con) private voidTimerFactoryImpl.mapId(Controllable con) booleanTimerGroupImpl.remove(Controllable con) -
Uses of Controllable in org.glassfish.pfl.tf.timer.spi
Subinterfaces of Controllable in org.glassfish.pfl.tf.timer.spiModifier and TypeInterfaceDescriptioninterfaceUsed to create specific TimerEvent instances through a TimerEventController.interfaceFactory class for all Timer-related objects.interfaceA TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.Methods in org.glassfish.pfl.tf.timer.spi that return ControllableModifier and TypeMethodDescriptionTimerFactory.getControllable(int id) Returns the Controllable corresponding to id, for id in the range 0 (inclusive) to numberOfIds() (exclusive).private ControllableTimingInfoProcessor.getControllable(String name) Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type ControllableModifier and TypeMethodDescriptionSet<? 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 ControllableModifier and TypeMethodDescriptionbooleanTimerGroup.add(Controllable con) booleanTimerGroup.remove(Controllable con)