Uses of Interface
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager

Packages that use ObjectRegistrationManager
org.glassfish.pfl.tf.timer.impl   
org.glassfish.pfl.tf.timer.spi   
 

Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.impl
 

Constructors in org.glassfish.pfl.tf.timer.impl with parameters of type ObjectRegistrationManager
TimerFactoryImpl(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 ObjectRegistrationManager
 class ObjectRegistrationManagerNOPImpl
           
 

Fields in org.glassfish.pfl.tf.timer.spi declared as ObjectRegistrationManager
static ObjectRegistrationManager ObjectRegistrationManager.nullImpl
           
 

Methods in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManager
static TimerFactory TimerFactoryBuilder.make(ObjectRegistrationManager orm, String name, String description)
          Create a new TimerFactory.
 

Constructors in org.glassfish.pfl.tf.timer.spi with parameters of type ObjectRegistrationManager
TimerManager(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.
 



Copyright © 2013 Oracle. All Rights Reserved.