Package | Description |
---|---|
org.omnifaces.util |
Modifier and Type | Method and Description |
---|---|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.app()
Specifies that the default namespace to be used in construction of portable JNDI names must be
java:app instead of java:module . |
static JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.builder()
Returns the builder of the
JNDIObjectLocator . |
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.cacheRemote()
Specifies to cache remote enterprise beans.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(Map<String,String> environment)
Specifies the environment to be passed into
InitialContext . |
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(String key,
String value)
Adds an environment property.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.global()
Specifies that the default namespace to be used in construction of portable JNDI names must be
java:global instead of java:module . |
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.initialHost(String initialHost)
Adds initial host environment property.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.initialPort(int initialPort)
Adds initial port environment property.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.namespace(String namespace)
Specifies the default namespace to be used in construction of portable JNDI names.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.noCaching()
Specifies to disable cache.
|
Copyright © 2012–2022 OmniFaces. All rights reserved.