Uses of Class
de.christofreichardt.diagnosis.TracerFactory.Exception
-
Packages that use TracerFactory.Exception Package Description de.christofreichardt.diagnosis Provides the basic tracing faclitities. -
-
Uses of TracerFactory.Exception in de.christofreichardt.diagnosis
Methods in de.christofreichardt.diagnosis that throw TracerFactory.Exception Modifier and Type Method Description AbstractTracerTracerFactory. getTracer(String name)Returns the pooled tracer with the given name.voidTracerFactory. readConfiguration(File configFile)Reads the given configuration file, validates it against an XML-Schema and creates the tracer pool, its mappings and the queue accordingly.voidTracerFactory. readConfiguration(InputStream inputStream)Reads the configuration from the given InputStream.
-