Returns an enumeration of the bindings of the context for the specified name excluding any bindings for any subcontexts. If any binding for the context is changed before closing the enumeration, the state of the enumeration is undefined. Each element of the enumeration is a Binding object.
@param n a Name
@return an enumeration of the bindings of the context for the specifiedname excluding any bindings for any subcontexts
@throws NamingException if an error occurs.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.