Uses of Class
javax.management.relation.Role

Packages that use Role
javax.management.relation   
 

Uses of Role in javax.management.relation
 

Methods in javax.management.relation with parameters of type Role
 void RoleList.add(Role theRole)
          Adds the Role specified as the last element of the list.
 void RoleList.add(int theIndex, Role theRole)
          Inserts the role specified as an element at the position specified.
 void RoleList.set(int theIndex, Role theRole)
          Sets the element at the position specified to be the role specified.
 void RelationSupport.setRole(Role role)
          Sets the given role.
protected  java.lang.Object RelationSupport._setRole(Role role)
           
 java.lang.Integer RelationServiceMBean.checkRoleWriting(Role role, java.lang.String relTypeName, java.lang.Boolean initFlag)
          Checks if given Role can be set in a relation of given type.
 void RelationServiceMBean.sendRoleUpdateNotification(java.lang.String relationId, Role newRole, java.util.List oldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationServiceMBean.updateRoleMap(java.lang.String relationId, Role role, java.util.List oldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationServiceMBean.setRole(java.lang.String relationId, Role role)
          Sets the given role in given relation.
 java.lang.Integer RelationService.checkRoleWriting(Role role, java.lang.String relTypeName, java.lang.Boolean initFlag)
           
 void RelationService.setRole(java.lang.String relationId, Role role)
           
 void RelationService.updateRoleMap(java.lang.String relationId, Role role, java.util.List oldRoleValue)
           
 void RelationService.sendRoleUpdateNotification(java.lang.String relationId, Role newRole, java.util.List oldRoleValue)
           
 void Relation.setRole(Role role)
          Sets the given role.