org.glassfish.pfl.tf.timer.spi
Interface TimerGroup
- All Superinterfaces:
- Controllable, Named
- All Known Subinterfaces:
- TimerFactory
- All Known Implementing Classes:
- TimerFactoryImpl, TimerGroupImpl
public interface TimerGroup
- extends Controllable
A TimerGroup is a collection of Controllables, which includes
Timers and TimerGroups. The contents() method in a TimerGroup
returns an unmodifiable set. The contents may only be updated
throught the add and remove methods.
| Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Named |
factory, name |
add
boolean add(Controllable con)
remove
boolean remove(Controllable con)
Copyright © 2013 Oracle. All Rights Reserved.