public class TimerFactoryBuilder extends Object
| Constructor and Description |
|---|
TimerFactoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static List<TimerFactory> |
contents()
Return a list of the TimerFactory instances in this TimerFactoryBuilder.
|
static void |
destroy(TimerFactory factory)
Remove a TimerFactory so that it may be collected.
|
static String |
getTimerName(String cname,
String name)
Construct the standard name for a Timer derived from a method
in the tracing facility.
|
static TimerFactory |
make(ObjectRegistrationManager orm,
String name,
String description)
Create a new TimerFactory.
|
static TimerFactory |
make(String name,
String description) |
public static String getTimerName(String cname, String name)
cname - The name of the monitored clasname - The name of a monitored method or info methodpublic static TimerFactory make(String name, String description)
public static TimerFactory make(ObjectRegistrationManager orm, String name, String description)
public static void destroy(TimerFactory factory)
public static List<TimerFactory> contents()
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.