java命名空间javax.management.relation类relationservice的类成员方法:
checkrolewriting定义及介绍
本文导语:
checkrolewriting
public integer checkrolewriting(role role,
string relationtypename,
boolean initflag)
throws illegalargumentexception,
relationtypenotfoundexception
检查...
checkrolewriting
public integer checkrolewriting(role role,
string relationtypename,
boolean initflag)
throws illegalargumentexception,
relationtypenotfoundexception
- 检查给定 role 能否以给定类型的关系进行设置。
- 指定者:
- 接口
relationservicembean
中的 checkrolewriting
- 参数:
role
- 要检查的角色relationtypename
- 关系类型的名称initflag
- 指定已完成角色的初始化检查,并且不验证写入访问的标志。
- 返回:
- 包装整数的 integer,该整数对应于 roleunresolved 中用常量表示的可能问题:
- 如果角色可以设置,则用 0 表示
- 对应于 rolestatus.no_role_with_name 的整数
- 对应于 rolestatus.role_not_writable 的整数
- 对应于 rolestatus.less_than_min_role_degree 的整数
- 对应于 rolestatus.more_than_max_role_degree 的整数
- 对应于 rolestatus.ref_mbean_of_incorrect_class 的整数
- 对应于 rolestatus.ref_mbean_not_registered 的整数
- 抛出:
illegalargumentexception
- 如果参数为 null
relationtypenotfoundexception
- 如果是未知关系类型