Package org.glassfish.pfl.tf.timer.impl
Class NamedBaseImpl
- java.lang.Object
-
- org.glassfish.pfl.tf.timer.spi.NamedBase
-
- org.glassfish.pfl.tf.timer.impl.NamedBaseImpl
-
- All Implemented Interfaces:
Named
- Direct Known Subclasses:
ControllableBase
public class NamedBaseImpl extends NamedBase
-
-
Constructor Summary
Constructors Constructor Description NamedBaseImpl(TimerFactoryImpl factory, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimerFactoryImpl
factory()
Return the TimerFactory that created this Named.
-
-
-
Constructor Detail
-
NamedBaseImpl
public NamedBaseImpl(TimerFactoryImpl factory, java.lang.String name)
-
-