java命名空间javax.naming.directory接口dircontext的类成员方法:
remove_attribute定义及介绍
本文导语:
remove_attribute
static final int remove_attribute
此常量指定从属性中删除指定的属性值。
得到的属性值集合不同于其以前的值集合和指定的值集合。如果没有指定值,则删除整个属性。如果属性不存在,或者指定值集合的某些或全部...
static final int remove_attribute
- 此常量指定从属性中删除指定的属性值。
得到的属性值集合不同于其以前的值集合和指定的值集合。如果没有指定值,则删除整个属性。如果属性不
iis7站长之家,或者指定值集合的某些或全部成员不存在,则可能忽略此情况并操作成功,也可能抛出 namingexception 指示此情况。如果要求属性必须至少有一个值,则移除最后一个值时会将属性一起移除。
此常量的值为 3。
- 另请参见:
modificationitem
,
modifyattributes(javax.naming.name, int, javax.naming.directory.attributes)
,
常量字段值
getattributes
attributes getattributes(name name)
throws namingexception
- 检索与命名对象关联的所有属性。请参阅关于属性模型、属性类型名称和操作属性的类描述。
- 参数:
name
- 对象名,通过该对象名检索属性
- 返回:
- 与
name
关联的属性集。如果名称没有属性,则返回空属性集;永远不为 null。
- 抛出:
namingexception
- 如果遇到命名异常- 另请参见:
getattributes(string)
,
getattributes(name, string[])