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
 TimerFactory factory()
          Return the TimerFactory that created this Named.
 String name()
          A short name for this Controllable.
 

Method Detail

factory

TimerFactory factory()
Return the TimerFactory that created this Named.


name

String name()
A short name for this Controllable.



Copyright © 2013 Oracle. All Rights Reserved.