Package org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedNamed
-
- All Superinterfaces:
Named
- All Known Subinterfaces:
TimerAnnotationHelper.ManagedControllable
,TimerAnnotationHelper.ManagedLogEventHandler
,TimerAnnotationHelper.ManagedStatsEventHandler
,TimerAnnotationHelper.ManagedTimer
,TimerAnnotationHelper.ManagedTimerEventHandler
,TimerAnnotationHelper.ManagedTimerFactory
,TimerAnnotationHelper.ManagedTimerGroup
- All Known Implementing Classes:
TimerAnnotationHelper.ManagedTimerEventController
,TimerAnnotationHelper.TracingEventHandler
- Enclosing class:
- TimerAnnotationHelper
public static interface TimerAnnotationHelper.ManagedNamed extends Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.glassfish.pfl.tf.timer.spi.TimerFactory
factory()
java.lang.String
name()
-
-
-
Method Detail
-
factory
@ManagedAttribute @Description("TimerFactory that created this Timer or TimerGroup") org.glassfish.pfl.tf.timer.spi.TimerFactory factory()
-
name
@ManagedAttribute @NameValue @Description("Name of this Timer or TimerGroup") java.lang.String name()
-
-