public class TimerManager<T> extends Object
| Constructor and Description |
|---|
TimerManager(ObjectRegistrationManager orm,
String name)
Create a new TimerManager, with a TimerFactory registered under the given name
in the TimerFactoryBuilder, and a TimerEventController with the same name.
|
TimerManager(String name) |
| Modifier and Type | Method and Description |
|---|---|
TimerEventController |
controller()
Return a TimerController.
|
void |
destroy()
Destroy this TimerManager by removing its TimerFactory from the
TimerFactoryBuilder.
|
TimerFactory |
factory()
Get the TimerFactory.
|
List<Timer> |
getTimers(Class<?> cls) |
void |
initialize(T tp) |
T |
points()
Get the timing point utility class of type T.
|
public TimerManager(ObjectRegistrationManager orm, String name)
public TimerManager(String name)
public void destroy()
public void initialize(T tp)
public T points()
public TimerFactory factory()
public TimerEventController controller()
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.