Uses of Class
org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
Packages that use JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Uses of JNDIObjectLocator.JNDIObjectLocatorBuilder in org.omnifaces.util
Methods in org.omnifaces.util that return JNDIObjectLocator.JNDIObjectLocatorBuilderModifier and TypeMethodDescriptionJNDIObjectLocator.JNDIObjectLocatorBuilder.app()Specifies that the default namespace to be used in construction of portable JNDI names must bejava:appinstead ofjava:module.JNDIObjectLocator.builder()Returns the builder of theJNDIObjectLocator.JNDIObjectLocator.JNDIObjectLocatorBuilder.cacheRemote()Specifies to cache remote enterprise beans.JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(String key, String value) Adds an environment property.JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(Map<String, String> environment) Specifies the environment to be passed intoInitialContext.JNDIObjectLocator.JNDIObjectLocatorBuilder.global()Specifies that the default namespace to be used in construction of portable JNDI names must bejava:globalinstead ofjava:module.JNDIObjectLocator.JNDIObjectLocatorBuilder.initialHost(String initialHost) Adds initial host environment property.JNDIObjectLocator.JNDIObjectLocatorBuilder.initialPort(int initialPort) Adds initial port environment property.Specifies the default namespace to be used in construction of portable JNDI names.JNDIObjectLocator.JNDIObjectLocatorBuilder.noCaching()Specifies to disable cache.