org.glassfish.pfl.tf.timer.impl
Class NamedBaseImpl

java.lang.Object
  extended by org.glassfish.pfl.tf.timer.spi.NamedBase
      extended by org.glassfish.pfl.tf.timer.impl.NamedBaseImpl
All Implemented Interfaces:
Named
Direct Known Subclasses:
ControllableBase

public class NamedBaseImpl
extends NamedBase


Constructor Summary
NamedBaseImpl(TimerFactoryImpl factory, String name)
           
 
Method Summary
 TimerFactoryImpl factory()
          Return the TimerFactory that created this Named.
 
Methods inherited from class org.glassfish.pfl.tf.timer.spi.NamedBase
equals, hashCode, name, setFactory, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedBaseImpl

public NamedBaseImpl(TimerFactoryImpl factory,
                     String name)
Method Detail

factory

public TimerFactoryImpl factory()
Description copied from interface: Named
Return the TimerFactory that created this Named.

Specified by:
factory in interface Named
Overrides:
factory in class NamedBase


Copyright © 2013 Oracle. All Rights Reserved.