Uses of Class
org.apache.logging.log4j.core.net.JndiManager
-
Packages that use JndiManager Package Description org.apache.logging.log4j.core.appender.mom org.apache.logging.log4j.core.appender.mom.jakarta org.apache.logging.log4j.core.net -
-
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. jndiManagerDeprecated.Methods in org.apache.logging.log4j.core.appender.mom that return JndiManager Modifier and Type Method Description (package private) JndiManagerJmsManager. getJndiManager()Deprecated.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)Deprecated.private javax.jms.DestinationJmsManager. createDestination(JndiManager jndiManager)Deprecated. -
Uses of JndiManager in org.apache.logging.log4j.core.appender.mom.jakarta
Fields in org.apache.logging.log4j.core.appender.mom.jakarta declared as JndiManager Modifier and Type Field Description private JndiManagerJmsManager. jndiManagerMethods in org.apache.logging.log4j.core.appender.mom.jakarta that return JndiManager Modifier and Type Method Description (package private) JndiManagerJmsManager. getJndiManager()JndiManagerJmsManager.JmsManagerConfiguration. getJndiManager()Methods in org.apache.logging.log4j.core.appender.mom.jakarta with parameters of type JndiManager Modifier and Type Method Description private jakarta.jms.ConnectionJmsManager. createConnection(JndiManager jndiManager)private jakarta.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.
-