Uses of Class
org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerConfiguration
-
Packages that use JmsManager.JmsManagerConfiguration Package Description org.apache.logging.log4j.core.appender.mom Message oriented middleware appenders. -
-
Uses of JmsManager.JmsManagerConfiguration in org.apache.logging.log4j.core.appender.mom
Fields in org.apache.logging.log4j.core.appender.mom declared as JmsManager.JmsManagerConfiguration Modifier and Type Field Description private JmsManager.JmsManagerConfiguration
JmsManager. configuration
Methods in org.apache.logging.log4j.core.appender.mom that return JmsManager.JmsManagerConfiguration Modifier and Type Method Description JmsManager.JmsManagerConfiguration
JmsManager. getJmsManagerConfiguration()
Methods in org.apache.logging.log4j.core.appender.mom with parameters of type JmsManager.JmsManagerConfiguration Modifier and Type Method Description JmsManager
JmsManager.JmsManagerFactory. createManager(java.lang.String name, JmsManager.JmsManagerConfiguration data)
Constructors in org.apache.logging.log4j.core.appender.mom with parameters of type JmsManager.JmsManagerConfiguration Constructor Description JmsManager(java.lang.String name, JmsManager.JmsManagerConfiguration configuration)
-