T
- the type of the result of all set methods for method chainingpublic interface JndiBuilderProperties<T>
Definition of a properties interface for parameters of a JNDI configuration.
This interface defines properties related to the JNDI tree to be represented
by a JNDIConfiguration
.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
Modifier and Type | Method and Description |
---|---|
T |
setContext(Context ctx)
Sets the JNDI context to be used by the JNDI configuration.
|
T |
setPrefix(String p)
Sets the prefix in the JNDI tree.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.