|
|||||||||
类 javax.management.relation.RelationTypeNotFoundException
的使用
使用 RelationTypeNotFoundException 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 RelationTypeNotFoundException 的使用 |
---|
抛出 RelationTypeNotFoundException 的 javax.management.relation 中的方法 | |
---|---|
void |
RelationServiceMBean.addRelation(ObjectName theRelObjectName) 作为 Relation Service 中的关系添加由用户创建(且由其在 MBean Server 中注册)的 MBean。 |
void |
RelationService.addRelation(ObjectName theRelObjectName) 作为 Relation Service 中的关系添加由用户创建(且由其在 MBean Server 中注册)的 MBean。 |
Integer |
RelationServiceMBean.checkRoleReading(String theRoleName, String theRelTypeName) 检查给定 Role 能否在给定类型的关系中读取。 |
Integer |
RelationService.checkRoleReading(String theRoleName, String theRelTypeName) 检查给定 Role 能否以给定类型的关系进行读取。 |
Integer |
RelationServiceMBean.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg) 检查给定 Role 能否在给定类型的关系中设置。 |
Integer |
RelationService.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg) 检查给定 Role 能否以给定类型的关系进行设置。 |
void |
RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList) 创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。 |
void |
RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList) 创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。 |
List |
RelationServiceMBean.findRelationsOfType(String theRelTypeName) 返回给定类型的关系的关系 id。 |
List |
RelationService.findRelationsOfType(String theRelTypeName) 返回给定类型的关系的关系 id。 |
RoleInfo |
RelationServiceMBean.getRoleInfo(String theRelTypeName, String theRoleInfoName) 检索给定关系类型的给定角色的角色信息。 |
RoleInfo |
RelationService.getRoleInfo(String theRelTypeName, String theRoleInfoName) 检索给定关系类型的给定角色名称的角色信息。 |
List |
RelationServiceMBean.getRoleInfos(String theRelTypeName) 检索给定关系类型的角色信息(RoleInfo 对象)的列表。 |
List |
RelationService.getRoleInfos(String theRelTypeName) 检索给定关系类型的角色信息(RoleInfo 对象)的列表。 |
void |
RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName) 在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
void |
Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName) 在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
void |
RelationServiceMBean.removeRelationType(String theRelTypeName) 从 Relation Service 中移除给定的关系类型。 |
void |
RelationService.removeRelationType(String theRelTypeName) 从 Relation Service 中移除给定的关系类型。 |
void |
RelationSupport.setRole(Role theRole) 设置给定的角色。 |
void |
Relation.setRole(Role theRole) 设置给定角色。 |
void |
RelationServiceMBean.setRole(String theRelId, Role theRole) 以给定关系设置给定角色。 |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
Relation.setRoles(RoleList theRoleList) 设置给定的角色。 |
所有类
|
|||||||||