-
-
-
Methods in javax.management.relation with parameters of type RoleInfo
Modifier and Type |
Method |
Description |
protected void |
RelationTypeSupport.addRoleInfo(RoleInfo roleInfo) |
Add a role info.
|
void |
RelationService.createRelationType(String relationTypeName,
RoleInfo[] roleInfoArray) |
Creates a relation type (a RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
|
void |
RelationServiceMBean.createRelationType(String relationTypeName,
RoleInfo[] roleInfoArray) |
Creates a relation type (RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
|