Uses of Class
org.apache.logging.log4j.core.net.JndiManager
Packages that use JndiManager
Package
Description
Message oriented middleware appenders.
Log4j 2 network support.
-
Uses of JndiManager in org.apache.logging.log4j.core.appender.mom
Fields in org.apache.logging.log4j.core.appender.mom declared as JndiManagerMethods in org.apache.logging.log4j.core.appender.mom that return JndiManagerModifier and TypeMethodDescription(package private) JndiManager
JmsManager.getJndiManager()
JmsManager.JmsManagerConfiguration.getJndiManager()
Methods in org.apache.logging.log4j.core.appender.mom with parameters of type JndiManagerModifier and TypeMethodDescriptionprivate javax.jms.Connection
JmsManager.createConnection
(JndiManager jndiManager) private javax.jms.Destination
JmsManager.createDestination
(JndiManager jndiManager) -
Uses of JndiManager in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return JndiManagerModifier and TypeMethodDescriptionJndiManager.JndiManagerFactory.createManager
(String name, Properties data) static JndiManager
JndiManager.getDefaultManager()
Gets the default JndiManager using the defaultInitialContext
.static JndiManager
JndiManager.getDefaultManager
(String name) Gets a named JndiManager using the defaultInitialContext
.static JndiManager
JndiManager.getJndiManager
(String initialContextFactoryName, String providerURL, String urlPkgPrefixes, String securityPrincipal, String securityCredentials, Properties additionalProperties) Gets a JndiManager with the provided configuration information.static JndiManager
JndiManager.getJndiManager
(Properties properties) Gets a JndiManager with the provided configuration information.