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) JndiManagerJmsManager.getJndiManager()JmsManager.JmsManagerConfiguration.getJndiManager()Methods in org.apache.logging.log4j.core.appender.mom with parameters of type JndiManagerModifier and TypeMethodDescriptionprivate javax.jms.ConnectionJmsManager.createConnection(JndiManager jndiManager) private javax.jms.DestinationJmsManager.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 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.