Uses of Class
javax.management.relation.Role

Packages that use Role
javax.management.relation Provides the definition of the Relation service
 

Uses of Role in javax.management.relation
 

Methods in javax.management.relation with parameters of type Role
 void RelationSupport.setRole(Role theRole)
          Sets the given role.
 void Relation.setRole(Role theRole)
          Sets the given role.
 java.lang.Integer RelationService.checkRoleWriting(Role theRole, java.lang.String theRelTypeName, java.lang.Boolean theInitFlg)
          Checks if given Role can be set in a relation of given type.
 void RelationService.sendRoleUpdateNotification(java.lang.String theRelId, Role theNewRole, java.util.List theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationService.updateRoleMap(java.lang.String theRelId, Role theNewRole, java.util.List theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationService.setRole(java.lang.String theRelId, Role theRole)
          Sets the given role in given relation.
 java.lang.Integer RelationServiceMBean.checkRoleWriting(Role theRole, java.lang.String theRelTypeName, java.lang.Boolean theInitFlg)
          Checks if given Role can be set in a relation of given type.
 void RelationServiceMBean.sendRoleUpdateNotification(java.lang.String theRelId, Role theNewRole, java.util.List theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationServiceMBean.updateRoleMap(java.lang.String theRelId, Role theNewRole, java.util.List theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationServiceMBean.setRole(java.lang.String theRelId, Role theRole)
          Sets the given role in given relation.
 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.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.