org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedNamed

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


Method Summary
 TimerFactory factory()
           
 java.lang.String name()
           
 

Method Detail

factory

@ManagedAttribute
@Description(value="TimerFactory that created this Timer or TimerGroup")
TimerFactory factory()

name

@ManagedAttribute
@NameValue
@Description(value="Name of this Timer or TimerGroup")
java.lang.String name()