Uses of Interface
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
Packages that use ObjectRegistrationManager
-
Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.impl
Fields in org.glassfish.pfl.tf.timer.impl declared as ObjectRegistrationManagerConstructors in org.glassfish.pfl.tf.timer.impl with parameters of type ObjectRegistrationManagerModifierConstructorDescriptionTimerFactoryImpl(ObjectRegistrationManager orm, String name, String description) -
Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.spi
Classes in org.glassfish.pfl.tf.timer.spi that implement ObjectRegistrationManagerFields in org.glassfish.pfl.tf.timer.spi declared as ObjectRegistrationManagerModifier and TypeFieldDescriptionstatic final ObjectRegistrationManagerObjectRegistrationManager.nullImplMethods in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManagerModifier and TypeMethodDescriptionstatic TimerFactoryTimerFactoryBuilder.make(ObjectRegistrationManager orm, String name, String description) Create a new TimerFactory.Constructors in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManagerModifierConstructorDescriptionTimerManager(ObjectRegistrationManager orm, String name) Create a new TimerManager, with a TimerFactory registered under the given name in the TimerFactoryBuilder, and a TimerEventController with the same name.