| Package | Description |
|---|---|
| org.glassfish.pfl.tf.timer.impl | |
| org.glassfish.pfl.tf.timer.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerFactoryImpl |
class |
TimerGroupImpl
A TimerGroup is a collection of Controllables, which includes
Timers and TimerGroups.
|
| Modifier and Type | Method and Description |
|---|---|
TimerGroup |
TimerFactoryImpl.makeTimerGroup(String name,
String description) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimerFactory
Factory class for all Timer-related objects.
|
| Modifier and Type | Method and Description |
|---|---|
TimerGroup |
TimerFactory.makeTimerGroup(String name,
String description)
Create a new TimerGroup.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends TimerGroup> |
TimerFactory.timerGroups()
Returns a read-only map from TimerGroup names to TimerGroups.
|
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.