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() |
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.cacheRemote() |
Specifies to cache remote enterprise beans.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(String key,
String value) |
Adds an environment property.
|
JNDIObjectLocator.JNDIObjectLocatorBuilder |
JNDIObjectLocator.JNDIObjectLocatorBuilder.environment(Map<String,String> environment) |
|
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.
|