软件包 | 描述 |
---|---|
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对象表示)给定关系类型,并将其添加在关系服务。
|
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)
检索给定角色名在给定关系中的角色值。
|
Integer |
Relation.getRoleCardinality(String roleName)
返回给定引用在MBeans目前角色的数量。
|
Integer |
RelationSupport.getRoleCardinality(String roleName)
返回给定引用在MBeans目前角色的数量。
|
Integer |
RelationService.getRoleCardinality(String relationId, String roleName)
检索当前引用MBean给定角色的数量。
|
Integer |
RelationServiceMBean.getRoleCardinality(String relationId, String roleName)
检索当前引用MBean给定角色的数量。
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
Relation.setRole(Role role)
设置给定的角色。
|
void |
RelationSupport.setRole(Role role)
设置给定的角色。
|
void |
RelationService.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
void |
RelationServiceMBean.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
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.