Uses of Interface
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
Packages that use ObjectRegistrationManager
Package
Description
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of ObjectRegistrationManager in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return ObjectRegistrationManager -
Uses of ObjectRegistrationManager in org.glassfish.gmbal
Methods in org.glassfish.gmbal that return ObjectRegistrationManagerModifier and TypeMethodDescriptionManagedObjectManager.getObjectRegistrationManager()Return an ObjectRegistrationManager as required in the pfl timer services. -
Uses of ObjectRegistrationManager in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl that implement ObjectRegistrationManagerMethods in org.glassfish.gmbal.impl that return ObjectRegistrationManager -
Uses of ObjectRegistrationManager in org.glassfish.pfl.tf.timer.impl
Constructors 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.