public abstract class JmsTracerFactory extends Object
| Constructor and Description |
|---|
JmsTracerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static JmsTracer |
create(URI remoteURI,
String name)
Creates a JmsTracer using factory with the given name and any relevant configuration
properties set on the given remote URI.
|
abstract JmsTracer |
createTracer(URI remoteURI,
String name) |
static JmsTracerFactory |
findTracerFactory(String name)
Searches for a JmsTracerFactory by using the given name.
|
public abstract JmsTracer createTracer(URI remoteURI, String name) throws Exception
Exceptionpublic static JmsTracer create(URI remoteURI, String name) throws Exception
remoteURI - The connection uri.name - The name that describes the desired tracer factory.Exception - if an error occurs while creating the tracer.public static JmsTracerFactory findTracerFactory(String name) throws IOException
name - The name that describes the desired tracer factory.IOException - if an error occurs while locating the factory.Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.