Uses of Class
javax.management.relation.Role
Packages that use Role
-
Uses of Role in javax.management.relation
Methods in javax.management.relation that return types with arguments of type RoleMethods in javax.management.relation with parameters of type RoleModifier and TypeMethodDescriptionvoid
Inserts the role specified as an element at the position specified.void
Adds the Role specified as the last element of the list.RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
Checks if given Role can be set in a relation of given type.RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
Checks if given Role can be set in a relation of given type.void
RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)
Sends a notification (RelationNotification) for a role update in the given relation.void
RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation.void
Sets the element at the position specified to be the role specified.void
Sets the given role.void
Sets the given role in given relation.void
Sets the given role in given relation.void
Sets the given role.void
RelationService.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)
Handles update of the Relation Service role map for the update of given role in given relation.void
RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation.Constructor parameters in javax.management.relation with type arguments of type Role