public class TimerFactoryBuilder
extends java.lang.Object
Constructor and Description |
---|
TimerFactoryBuilder() |
Modifier and Type | Method and Description |
---|---|
static java.util.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 java.lang.String |
getTimerName(java.lang.String cname,
java.lang.String name)
Construct the standard name for a Timer derived from a method
in the tracing facility.
|
static TimerFactory |
make(ObjectRegistrationManager orm,
java.lang.String name,
java.lang.String description)
Create a new TimerFactory.
|
static TimerFactory |
make(java.lang.String name,
java.lang.String description) |
public static java.lang.String getTimerName(java.lang.String cname, java.lang.String name)
cname
- The name of the monitored clasname
- The name of a monitored method or info methodpublic static TimerFactory make(java.lang.String name, java.lang.String description)
public static TimerFactory make(ObjectRegistrationManager orm, java.lang.String name, java.lang.String description)
public static void destroy(TimerFactory factory)
public static java.util.List<TimerFactory> contents()