|
|||||||||
类 javax.management.relation.RelationNotFoundException
的使用
使用 RelationNotFoundException 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 RelationNotFoundException 的使用 |
---|
抛出 RelationNotFoundException 的 javax.management.relation 中的方法 | |
---|---|
RoleResult |
RelationServiceMBean.getAllRoles(String theRelId) 返回关系中存在的所有角色。 |
RoleResult |
RelationService.getAllRoles(String theRelId) 返回关系中存在的所有角色。 |
Map |
RelationServiceMBean.getReferencedMBeans(String theRelId) 检索关系的各种角色中引用的 MBean。 |
Map |
RelationService.getReferencedMBeans(String theRelId) 检索关系的各种角色中引用的 MBean。 |
String |
RelationServiceMBean.getRelationTypeName(String theRelId) 返回给定关系的相关关系类型的名称。 |
String |
RelationService.getRelationTypeName(String theRelId) 返回给定关系的相关关系类型的名称。 |
List |
RelationServiceMBean.getRole(String theRelId, String theRoleName) 检索给定关系中给定角色名称的角色值。 |
List |
RelationService.getRole(String theRelId, String theRoleName) 检索给定关系中给定角色名称的角色值。 |
Integer |
RelationServiceMBean.getRoleCardinality(String theRelId, String theRoleName) 检索给定角色中当前引用的 MBean 数。 |
Integer |
RelationService.getRoleCardinality(String theRelId, String theRoleName) 检索给定角色中当前引用的 MBean 数。 |
RoleResult |
RelationServiceMBean.getRoles(String theRelId, String[] theRoleNameArray) 检索给定关系中具有给定名称的角色值。 |
RoleResult |
RelationService.getRoles(String theRelId, String[] theRoleNameArray) 检索给定关系中具有给定名称的角色值。 |
void |
RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName) 在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
void |
Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName) 在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
ObjectName |
RelationServiceMBean.isRelationMBean(String theRelId) 如果用 MBean 表示关系(由用户创建且作为 Relation Service 中的关系添加),则返回该 MBean 的 ObjectName。 |
ObjectName |
RelationService.isRelationMBean(String theRelId) 如果用 MBean 表示关系(由用户创建且作为 Relation Service 中的关系添加),则返回该 MBean 的 ObjectName。 |
void |
RelationServiceMBean.removeRelation(String theRelId) 从 Relation Service 移除给定的关系。 |
void |
RelationService.removeRelation(String theRelId) 从 Relation Service 移除给定的关系。 |
void |
RelationServiceMBean.sendRelationCreationNotification(String theRelId) 发送关系创建通知 (RelationNotification)。 |
void |
RelationService.sendRelationCreationNotification(String theRelId) 发送关系创建通知 (RelationNotification)。 |
void |
RelationServiceMBean.sendRelationRemovalNotification(String theRelId, List theUnregMBeanList) 发送关系移除通知 (RelationNotification)。 |
void |
RelationService.sendRelationRemovalNotification(String theRelId, List theUnregMBeanList) 发送关系移除通知 (RelationNotification)。 |
void |
RelationServiceMBean.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue) 发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
RelationService.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue) 发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
RelationSupport.setRole(Role theRole) 设置给定的角色。 |
void |
Relation.setRole(Role theRole) 设置给定角色。 |
void |
RelationServiceMBean.setRole(String theRelId, Role theRole) 以给定关系设置给定角色。 |
void |
RelationService.setRole(String theRelId, Role theRole) 设置给定关系中的给定角色。 |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
Relation.setRoles(RoleList theRoleList) 设置给定的角色。 |
RoleResult |
RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList) 以给定关系设置给定角色。 |
RoleResult |
RelationService.setRoles(String theRelId, RoleList theRoleList) 设置给定关系中的给定角色。 |
void |
RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue) 针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
void |
RelationService.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue) 针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
所有类
|
|||||||||