JavaTM 2 Platform
Standard Ed. 5.0

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 RoleList.add(int theIndex, Role theRole)
          Inserts the role specified as an element at the position specified.
 void RoleList.add(Role theRole)
          Adds the Role specified as the last element of the list.
 Integer RelationService.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg)
          Checks if given Role can be set in a relation of given type.
 Integer RelationServiceMBean.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg)
          Checks if given Role can be set in a relation of given type.
 void RelationService.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationServiceMBean.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RoleList.set(int theIndex, Role theRole)
          Sets the element at the position specified to be the role specified.
 void RelationSupport.setRole(Role theRole)
          Sets the given role.
 void Relation.setRole(Role theRole)
          Sets the given role.
 void RelationService.setRole(String theRelId, Role theRole)
          Sets the given role in given relation.
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          Sets the given role in given relation.
 void RelationService.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.