org.glassfish.pfl.tf.timer.impl
Class TimerGroupImpl
java.lang.Object
org.glassfish.pfl.tf.timer.spi.NamedBase
org.glassfish.pfl.tf.timer.impl.NamedBaseImpl
org.glassfish.pfl.tf.timer.impl.ControllableBase
org.glassfish.pfl.tf.timer.impl.TimerGroupImpl
- All Implemented Interfaces:
- Controllable, Named, TimerGroup
- Direct Known Subclasses:
- TimerFactoryImpl
public class TimerGroupImpl
- extends ControllableBase
- implements TimerGroup
A TimerGroup is a collection of Controllables, which includes
Timers and TimerGroups.
| Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Named |
factory, name |
contents
public Set<ControllableBase> contents()
- Description copied from interface:
Controllable
- Return an unmodifiable set of the contents of this Controllable.
May always be empty for some subclasses of Controllable.
- Specified by:
contents in interface Controllable- Overrides:
contents in class ControllableBase
add
public boolean add(Controllable con)
- Specified by:
add in interface TimerGroup
remove
public boolean remove(Controllable con)
- Specified by:
remove in interface TimerGroup
Copyright © 2013 Oracle. All Rights Reserved.