Uses of Class
org.apache.logging.log4j.core.net.JndiManager
-
Packages that use JndiManager Package Description org.apache.logging.log4j.core.appender.mom Message oriented middleware appenders.org.apache.logging.log4j.core.net 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 Modifier and Type Method Description JndiManagerJmsManager.JmsManagerConfiguration. getJndiManager() -
Uses of JndiManager in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return JndiManager Modifier and Type Method Description static JndiManagerJndiManager. getDefaultManager()Gets the default JndiManager using the defaultInitialContext.static JndiManagerJndiManager. getDefaultManager(java.lang.String name)Gets a named JndiManager using the defaultInitialContext.static JndiManagerJndiManager. getJndiManager(java.lang.String initialContextFactoryName, java.lang.String providerURL, java.lang.String urlPkgPrefixes, java.lang.String securityPrincipal, java.lang.String securityCredentials, java.util.Properties additionalProperties)Gets a JndiManager with the provided configuration information.static JndiManagerJndiManager. getJndiManager(java.util.Properties properties)Gets a JndiManager with the provided configuration information.
-