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.
|
|
|
|
|
|