| Package | Description |
|---|---|
| org.apache.activemq.transport |
The core Transport abstraction and support classes
|
| Modifier and Type | Method and Description |
|---|---|
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next)
Creates a TransportLogger object, that will be inserted in the Transport Stack.
|
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next,
int id,
Logger log,
String logWriterName,
boolean dynamicManagement,
boolean startLogging,
int jmxport)
Creates a TransportLogger object, that will be inserted in the Transport Stack.
|
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next,
Logger log)
Creates a TransportLogger object, that will be inserted in the Transport Stack.
|
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next,
String logWriterName,
boolean useJmx,
boolean startLogging,
int jmxport)
Creates a TransportLogger object, that will be inserted in the Transport Stack.
|
| Constructor and Description |
|---|
TransportLoggerView(TransportLogger transportLogger,
String nextTransportName,
int id,
ManagementContext managementContext)
Constructor.
|
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.