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(int index, Role role)
          Adds a role at the specified location in the list.
 void RoleList.add(Role role)
          Appends a role to the end of the list.
 Integer RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
           
 Integer RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
          Checks whether the passed role can be written in the given relation type.
 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
           
 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 RoleList.set(int index, Role role)
          Sets a role at the specified location in the list.
 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 void RelationSupport.setRole(Role role)
           
 void RelationService.setRole(String relationId, Role role)
           
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 void RelationService.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
           
 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
          Handles the update of the relation service role map when a role is changed.
 



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