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 interfaceTimerAnnotationHelper.ManagedControllablestatic interfaceTimerAnnotationHelper.ManagedLogEventHandlerstatic interfaceTimerAnnotationHelper.ManagedNamedstatic interfaceTimerAnnotationHelper.ManagedStatsEventHandlerstatic interfaceTimerAnnotationHelper.ManagedTimerstatic interfaceTimerAnnotationHelper.ManagedTimerEventHandlerstatic interfaceTimerAnnotationHelper.ManagedTimerFactorystatic interfaceTimerAnnotationHelper.ManagedTimerGroupClasses in org.glassfish.gmbal.impl that implement Named Modifier and Type Class Description classTimerAnnotationHelper.ManagedTimerEventControllerclassTimerAnnotationHelper.TracingEventHandlerMethods in org.glassfish.gmbal.impl with parameters of type Named Modifier and Type Method Description voidObjectRegistrationManagerImpl. manage(Named obj)voidObjectRegistrationManagerImpl. manage(Named parent, Named obj)voidObjectRegistrationManagerImpl. 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 classorg.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 interfaceorg.glassfish.pfl.tf.timer.spi.Controllableinterfaceorg.glassfish.pfl.tf.timer.spi.LogEventHandlerinterfaceorg.glassfish.pfl.tf.timer.spi.StatsEventHandlerinterfaceorg.glassfish.pfl.tf.timer.spi.Timerinterfaceorg.glassfish.pfl.tf.timer.spi.TimerEventHandlerinterfaceorg.glassfish.pfl.tf.timer.spi.TimerFactoryinterfaceorg.glassfish.pfl.tf.timer.spi.TimerGroupClasses in org.glassfish.pfl.tf.timer.spi that implement Named Modifier and Type Class Description classorg.glassfish.pfl.tf.timer.spi.NamedBaseclassorg.glassfish.pfl.tf.timer.spi.TimerEventControllerclassorg.glassfish.pfl.tf.timer.spi.TimerEventControllerBaseMethods in org.glassfish.pfl.tf.timer.spi with parameters of type Named Modifier and Type Method Description voidObjectRegistrationManager. manage(Named obj)Register obj at the root of the management tree.voidObjectRegistrationManager. manage(Named parent, Named obj)Register obj as an immediate child of parent in the management tree.voidObjectRegistrationManagerNOPImpl. manage(Named obj)voidObjectRegistrationManagerNOPImpl. manage(Named parent, Named obj)voidObjectRegistrationManager. unmanage(Named obj)Remove obj from the management tree.voidObjectRegistrationManagerNOPImpl. unmanage(Named obj)
-