扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.naming.directory接口dircontext的类成员方法: bind定义及介绍
发布时间:2014-2-18
本文导语:
bind
void bind(string name,
object obj,
attributes attrs)
throws namingexception
将名称与关联的属性一起绑定到一个对象。有关详细信息,请参阅 bind(name, object, attributes)。
参数:name - 要绑定的名称;不能为空obj - ...