Uses of Interface
org.glassfish.pfl.tf.timer.spi.Named
-
Packages that use Named Package Description org.glassfish.gmbal.impl org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of Named in org.glassfish.gmbal.impl
Subinterfaces of Named in org.glassfish.gmbal.impl Modifier and Type Interface Description static interface
TimerAnnotationHelper.ManagedControllable
static interface
TimerAnnotationHelper.ManagedLogEventHandler
static interface
TimerAnnotationHelper.ManagedNamed
static interface
TimerAnnotationHelper.ManagedStatsEventHandler
static interface
TimerAnnotationHelper.ManagedTimer
static interface
TimerAnnotationHelper.ManagedTimerEventHandler
static interface
TimerAnnotationHelper.ManagedTimerFactory
static interface
TimerAnnotationHelper.ManagedTimerGroup
Classes in org.glassfish.gmbal.impl that implement Named Modifier and Type Class Description class
TimerAnnotationHelper.ManagedTimerEventController
class
TimerAnnotationHelper.TracingEventHandler
Methods in org.glassfish.gmbal.impl with parameters of type Named Modifier and Type Method Description void
ObjectRegistrationManagerImpl. manage(Named obj)
void
ObjectRegistrationManagerImpl. manage(Named parent, Named obj)
void
ObjectRegistrationManagerImpl. unmanage(Named obj)
-
Uses of Named in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Named Modifier and Type Class Description static class
org.glassfish.pfl.tf.timer.impl.TimerFactoryImpl.TracingEventHandler
-
Uses of Named in org.glassfish.pfl.tf.timer.spi
Subinterfaces of Named in org.glassfish.pfl.tf.timer.spi Modifier and Type Interface Description interface
org.glassfish.pfl.tf.timer.spi.Controllable
interface
org.glassfish.pfl.tf.timer.spi.LogEventHandler
interface
org.glassfish.pfl.tf.timer.spi.StatsEventHandler
interface
org.glassfish.pfl.tf.timer.spi.Timer
interface
org.glassfish.pfl.tf.timer.spi.TimerEventHandler
interface
org.glassfish.pfl.tf.timer.spi.TimerFactory
interface
org.glassfish.pfl.tf.timer.spi.TimerGroup
Classes in org.glassfish.pfl.tf.timer.spi that implement Named Modifier and Type Class Description class
org.glassfish.pfl.tf.timer.spi.NamedBase
class
org.glassfish.pfl.tf.timer.spi.TimerEventController
class
org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
Methods in org.glassfish.pfl.tf.timer.spi with parameters of type Named Modifier and Type Method Description void
ObjectRegistrationManager. manage(Named obj)
Register obj at the root of the management tree.void
ObjectRegistrationManager. manage(Named parent, Named obj)
Register obj as an immediate child of parent in the management tree.void
ObjectRegistrationManagerNOPImpl. manage(Named obj)
void
ObjectRegistrationManagerNOPImpl. manage(Named parent, Named obj)
void
ObjectRegistrationManager. unmanage(Named obj)
Remove obj from the management tree.void
ObjectRegistrationManagerNOPImpl. unmanage(Named obj)
-