软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
void |
RelationService.addRelation(ObjectName relationObjectName)
添加用户创建的MBean(和注册由他在MBean服务器)在关系服务的关系。
|
void |
RelationServiceMBean.addRelation(ObjectName relationObjectName)
添加用户创建的MBean(和注册由他在MBean服务器)在关系服务的关系。
|
void |
RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
创建一个简单的关系(由relationsupport对象表示)给定关系类型,并将其添加在关系服务。
|
void |
RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
创建一个简单的关系(由relationsupport对象表示)给定关系类型,并将其添加在关系服务。
|
RoleResult |
Relation.getAllRoles()
返回当前在关系中的所有角色。
|
RoleResult |
RelationSupport.getAllRoles()
返回当前在关系中的所有角色。
|
RoleResult |
RelationService.getAllRoles(String relationId)
返回当前在关系中的所有角色。
|
RoleResult |
RelationServiceMBean.getAllRoles(String relationId)
返回当前在关系中的所有角色。
|
List<ObjectName> |
Relation.getRole(String roleName)
检索给定角色名的角色值。
|
List<ObjectName> |
RelationSupport.getRole(String roleName)
检索给定角色名的角色值。
|
List<ObjectName> |
RelationService.getRole(String relationId, String roleName)
检索给定角色名在给定关系中的角色值。
|
List<ObjectName> |
RelationServiceMBean.getRole(String relationId, String roleName)
检索给定角色名在给定关系中的角色值。
|
RoleResult |
Relation.getRoles(String[] roleNameArray)
检索给定名称的角色的值。
|
RoleResult |
RelationSupport.getRoles(String[] roleNameArray)
检索给定名称的角色的值。
|
RoleResult |
RelationService.getRoles(String relationId, String[] roleNameArray)
在给定关系中检索给定名称的角色的值。
|
RoleResult |
RelationServiceMBean.getRoles(String relationId, String[] roleNameArray)
在给定关系中检索给定名称的角色的值。
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
RelationService.isActive()
检查关系服务是否是活动的。
|
void |
RelationServiceMBean.isActive()
检查关系服务是否是活动的。
|
void |
RelationService.purgeRelations()
清洗的关系。
|
void |
RelationServiceMBean.purgeRelations()
清洗的关系。
|
void |
RelationService.removeRelation(String relationId)
从关系服务中移除给定的关系。
|
void |
RelationServiceMBean.removeRelation(String relationId)
从关系服务中移除给定的关系。
|
void |
RelationService.removeRelationType(String relationTypeName)
从关系服务中移除给定的关系类型。
|
void |
RelationServiceMBean.removeRelationType(String relationTypeName)
从关系服务中移除给定的关系类型。
|
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)
处理给定关系中给定角色的关系服务角色映射的更新。
|
void |
RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)
处理给定关系中给定角色的关系服务角色映射的更新。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.