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
Fields in org.apache.logging.log4j.core.appender.mom declared as JndiManager Modifier and Type Field Description private JndiManagerJmsManager. jndiManagerMethods in org.apache.logging.log4j.core.appender.mom that return JndiManager Modifier and Type Method Description (package private) JndiManagerJmsManager. getJndiManager()JndiManagerJmsManager.JmsManagerConfiguration. getJndiManager()Methods in org.apache.logging.log4j.core.appender.mom with parameters of type JndiManager Modifier and Type Method Description private 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 JndiManager Modifier and Type Method Description JndiManagerJndiManager.JndiManagerFactory. createManager(java.lang.String name, java.util.Properties data)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.
-