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
Methods in org.apache.logging.log4j.core.appender.mom that return JndiManager -
Uses of JndiManager in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return JndiManagerModifier and TypeMethodDescriptionstatic JndiManagerJndiManager.getDefaultManager()Gets the default JndiManager using the defaultInitialContext.static JndiManagerJndiManager.getDefaultManager(String name) Gets a named JndiManager using the defaultInitialContext.static JndiManagerJndiManager.getJndiManager(String initialContextFactoryName, String providerURL, String urlPkgPrefixes, String securityPrincipal, String securityCredentials, Properties additionalProperties) Gets a JndiManager with the provided configuration information.static JndiManagerJndiManager.getJndiManager(Properties properties) Gets a JndiManager with the provided configuration information.