站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.relation.Role (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.relation.Role

Packages that use Role
javax.management.relation The JBossMX relation service
 

Uses of Role in javax.management.relation
 

Methods in javax.management.relation with parameters of type Role
 void RoleList.add(Role role)
          Appends a role to the end of the list.
 void RoleList.add(int index, Role role)
          Adds a role at the specified location in the list.
 void RoleList.set(int index, Role role)
          Sets a role at the specified location in the list.
 void RelationSupport.setRole(Role role)
           
 Integer RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
          Checks whether the passed role can be written in the given relation type.
 void RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
          Sends a relation update notification

For internally created relations, a RELATION_BASIC_UPDATE notification is sent.

 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
          Handles the update of the relation service role map when a role is changed.
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 Integer RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
           
 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
           
 void RelationService.setRole(String relationId, Role role)
           
 void RelationService.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
           
 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.