软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
void |
RelationService.addRelationType(RelationType relationTypeObj)
添加给定对象作为关系类型。
|
void |
RelationServiceMBean.addRelationType(RelationType relationTypeObj)
添加给定对象作为关系类型。
|
protected void |
RelationTypeSupport.addRoleInfo(RoleInfo roleInfo)
添加一个角色信息。
|
void |
RelationService.createRelationType(String relationTypeName, RoleInfo[] roleInfoArray)
创建一个关系型(一relationtypesupport对象)与给定的角色信息(由roleinfo对象提供),并将其添加在关系服务。
|
void |
RelationServiceMBean.createRelationType(String relationTypeName, RoleInfo[] roleInfoArray)
创建一个关系型(relationtypesupport对象)与给定的角色信息(由roleinfo对象提供),并将其添加在关系服务。
|
Constructor and Description |
---|
RelationTypeSupport(String relationTypeName, RoleInfo[] roleInfoArray)
构造函数,其中所有角色定义都是动态创建并传递为参数的。
|
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.