pfx is expected to be the name of one or more of the immediate parent contexts of this context. The name n is a name relative to this context. Neither pfx nor n may be null. The combined result is a name which is relative to the specified parent context names.
@param n a Name, may not be null
@param pfx a Name serves as perfix, may not be null
@return the combined name
@throws NamingException if an error occurs.
prefix is expected to be the name of one or more of the immediate parent contexts of this context, so should be an empty name for an InitialContext. name is a name relative to this context. Neither prefix nor name may be null.
@param name a Name, may not be null
@param prefix a Name serves as prefix, may not be null
@return the combined name
@throws NamingException if an error occurs.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |