Uses of Interface
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
-
Packages that use ObjectRegistrationManager Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.impl
Fields in org.glassfish.pfl.tf.timer.impl declared as ObjectRegistrationManager Modifier and Type Field Description private ObjectRegistrationManager
TimerFactoryImpl. orm
Constructors in org.glassfish.pfl.tf.timer.impl with parameters of type ObjectRegistrationManager Constructor Description TimerFactoryImpl(ObjectRegistrationManager orm, java.lang.String name, java.lang.String description)
-
Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.spi
Classes in org.glassfish.pfl.tf.timer.spi that implement ObjectRegistrationManager Modifier and Type Class Description class
ObjectRegistrationManagerNOPImpl
Fields in org.glassfish.pfl.tf.timer.spi declared as ObjectRegistrationManager Modifier and Type Field Description static ObjectRegistrationManager
ObjectRegistrationManager. nullImpl
Methods in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManager Modifier and Type Method Description static TimerFactory
TimerFactoryBuilder. make(ObjectRegistrationManager orm, java.lang.String name, java.lang.String description)
Create a new TimerFactory.Constructors in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManager Constructor Description TimerManager(ObjectRegistrationManager orm, java.lang.String name)
Create a new TimerManager, with a TimerFactory registered under the given name in the TimerFactoryBuilder, and a TimerEventController with the same name.
-