|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportLogger | |
---|---|
org.apache.activemq.transport | The core Transport abstraction and support classes |
Uses of TransportLogger in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport that return TransportLogger | |
---|---|
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next)
Creates a TransportLogger object, that will be inserted in the Transport Stack. |
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next,
int id,
org.slf4j.Logger log,
java.lang.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,
org.slf4j.Logger log)
Creates a TransportLogger object, that will be inserted in the Transport Stack. |
TransportLogger |
TransportLoggerFactory.createTransportLogger(Transport next,
java.lang.String logWriterName,
boolean useJmx,
boolean startLogging,
int jmxport)
Creates a TransportLogger object, that will be inserted in the Transport Stack. |
Constructors in org.apache.activemq.transport with parameters of type TransportLogger | |
---|---|
TransportLoggerView(TransportLogger transportLogger,
java.lang.String nextTransportName,
int id,
ManagementContext managementContext)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |