public final class Agency
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Agency.Tracer
Tracer for periodic called method, for example call back methods.
|
Constructor and Description |
---|
Agency() |
Modifier and Type | Method and Description |
---|---|
static Agency.Tracer |
getTracer(java.lang.String value)
Gets the current
Agency.Tracer from the string value. |
public static Agency.Tracer getTracer(java.lang.String value)
Agency.Tracer
from the string value. If it
doesn't exist a new instance is created. If the string is
null
or empty then a null
is returned.value
- The request string value. It is the key element which
returns the corresponding tracer.Agency.Tracer
depending on the current string value.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft