Uses of Interface
org.glassfish.pfl.tf.timer.spi.Controllable
Packages that use Controllable
Package
Description
-
Uses of Controllable in org.glassfish.gmbal.impl
Subinterfaces of Controllable in org.glassfish.gmbal.implModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceMethods in org.glassfish.gmbal.impl that return ControllableModifier and TypeMethodDescriptionTimerAnnotationHelper.ManagedTimerFactory.getControllable(int id) Methods in org.glassfish.gmbal.impl that return types with arguments of type ControllableModifier and TypeMethodDescriptionSet<? extends Controllable> TimerAnnotationHelper.ManagedControllable.contents()Set<? extends Controllable> TimerAnnotationHelper.ManagedTimerFactory.enabledSet()Methods in org.glassfish.gmbal.impl with parameters of type ControllableModifier and TypeMethodDescriptionbooleanTimerAnnotationHelper.ManagedTimerGroup.add(Controllable con) booleanTimerAnnotationHelper.ManagedTimerGroup.remove(Controllable con) -
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).Methods 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) 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).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)