软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
RoleInfo |
RelationTypeSupport.getRoleInfo(String roleInfoName)
返回角色信息(roleinfo对象)对于给定的角色信息名称(null如果没有找到)。
|
RoleInfo |
RelationType.getRoleInfo(String roleInfoName)
返回角色信息(roleinfo对象)对于给定的角色信息名称(null如果没有找到)。
|
RoleInfo |
RelationService.getRoleInfo(String relationTypeName, String roleInfoName)
检索给定关系类型的给定角色名的角色信息。
|
RoleInfo |
RelationServiceMBean.getRoleInfo(String relationTypeName, String roleInfoName)
检索给定关系类型的给定角色的角色信息。
|
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.