Package org.glassfish.pfl.tf.timer.spi
Interface Named
-
- All Known Subinterfaces:
Controllable
,LogEventHandler
,StatsEventHandler
,Timer
,TimerEventHandler
,TimerFactory
,TimerGroup
- All Known Implementing Classes:
ControllableBase
,LogEventHandlerImpl
,MultiThreadedStatsEventHandlerImpl
,NamedBase
,NamedBaseImpl
,StatsEventHandlerBase
,StatsEventHandlerImpl
,TimerEventController
,TimerEventControllerBase
,TimerFactoryImpl
,TimerFactoryImpl.TracingEventHandler
,TimerGroupImpl
,TimerImpl
public interface Named
A simple interface used to provide access to the name and the factory that created this instance. All types that are created by the TimerFactory implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimerFactory
factory()
Return the TimerFactory that created this Named.java.lang.String
name()
A short name for this Controllable.
-
-
-
Method Detail
-
factory
TimerFactory factory()
Return the TimerFactory that created this Named.
-
name
java.lang.String name()
A short name for this Controllable.
-
-