|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 RelationNotFoundException 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 RelationNotFoundException 的使用 |
---|
抛出 RelationNotFoundException 的 javax.management.relation 中的方法 | |
---|---|
RoleResult |
RelationService.getAllRoles(String relationId)
返回关系中存在的所有角色。 |
RoleResult |
RelationServiceMBean.getAllRoles(String relationId)
返回关系中存在的所有角色。 |
Map<ObjectName,List<String>> |
RelationService.getReferencedMBeans(String relationId)
检索关系的各种角色中引用的 MBean。 |
Map<ObjectName,List<String>> |
RelationServiceMBean.getReferencedMBeans(String relationId)
检索关系的各种角色中引用的 MBean。 |
String |
RelationService.getRelationTypeName(String relationId)
返回给定关系的相关关系类型的名称。 |
String |
RelationServiceMBean.getRelationTypeName(String relationId)
返回给定关系的相关关系类型的名称。 |
List<ObjectName> |
RelationService.getRole(String relationId,
String roleName)
检索给定关系中给定角色名称的角色值。 |
List<ObjectName> |
RelationServiceMBean.getRole(String relationId,
String roleName)
检索给定关系中给定角色名称的角色值。 |
Integer |
RelationService.getRoleCardinality(String relationId,
String roleName)
检索给定角色中当前引用的 MBean 数。 |
Integer |
RelationServiceMBean.getRoleCardinality(String relationId,
String roleName)
检索给定角色中当前引用的 MBean 数。 |
RoleResult |
RelationService.getRoles(String relationId,
String[] roleNameArray)
检索给定关系中具有给定名称的角色值。 |
RoleResult |
RelationServiceMBean.getRoles(String relationId,
String[] roleNameArray)
检索给定关系中具有给定名称的角色值。 |
void |
Relation.handleMBeanUnregistration(ObjectName objectName,
String roleName)
在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
String roleName)
在注销角色中引用的 MBean 时由 Relation Service 使用的回调。 |
ObjectName |
RelationService.isRelationMBean(String relationId)
如果用 MBean 表示关系(由用户创建且作为 Relation Service 中的关系添加),则返回该 MBean 的 ObjectName。 |
ObjectName |
RelationServiceMBean.isRelationMBean(String relationId)
如果用 MBean 表示关系(由用户创建且作为 Relation Service 中的关系添加),则返回该 MBean 的 ObjectName。 |
void |
RelationService.removeRelation(String relationId)
从 Relation Service 移除给定的关系。 |
void |
RelationServiceMBean.removeRelation(String relationId)
从 Relation Service 移除给定的关系。 |
void |
RelationService.sendRelationCreationNotification(String relationId)
发送关系创建通知 (RelationNotification)。 |
void |
RelationServiceMBean.sendRelationCreationNotification(String relationId)
发送关系创建通知 (RelationNotification)。 |
void |
RelationService.sendRelationRemovalNotification(String relationId,
List<ObjectName> unregMBeanList)
发送关系移除通知 (RelationNotification)。 |
void |
RelationServiceMBean.sendRelationRemovalNotification(String relationId,
List<ObjectName> unregMBeanList)
发送关系移除通知 (RelationNotification)。 |
void |
RelationService.sendRoleUpdateNotification(String relationId,
Role newRole,
List<ObjectName> oldValue)
发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
RelationServiceMBean.sendRoleUpdateNotification(String relationId,
Role newRole,
List<ObjectName> oldRoleValue)
发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
Relation.setRole(Role role)
设置给定角色。 |
void |
RelationSupport.setRole(Role role)
设置给定的角色。 |
void |
RelationService.setRole(String relationId,
Role role)
设置给定关系中的给定角色。 |
void |
RelationServiceMBean.setRole(String relationId,
Role role)
以给定关系设置给定角色。 |
RoleResult |
Relation.setRoles(RoleList roleList)
设置给定的角色。 |
RoleResult |
RelationSupport.setRoles(RoleList list)
设置给定的角色。 |
RoleResult |
RelationService.setRoles(String relationId,
RoleList roleList)
设置给定关系中的给定角色。 |
RoleResult |
RelationServiceMBean.setRoles(String relationId,
RoleList roleList)
以给定关系设置给定角色。 |
void |
RelationService.updateRoleMap(String relationId,
Role newRole,
List<ObjectName> oldValue)
针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
void |
RelationServiceMBean.updateRoleMap(String relationId,
Role newRole,
List<ObjectName> oldRoleValue)
针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。