Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.management.relation.Role

Packages that use Role
Package Description
javax.management.relation Provides the definition of the Relation Service. 
 

Uses of Role in javax.management.relation
 

Methods in javax.management.relation that return types with arguments of type Role
Modifier and Type Method and Description
 List<Role> RoleList.asList()
          Return a view of this list as a List<Role>.
 

Methods in javax.management.relation with parameters of type Role
Modifier and Type Method and Description
 void RoleList.add(int index, Role role)
          Inserts the role specified as an element at the position specified.
 void RoleList.add(Role role)
          Adds the Role specified as the last element of the list.
 Integer RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
          Checks if given Role can be set in a relation of given type.
 Integer RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
          Checks if given Role can be set in a relation of given type.
 void RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RoleList.set(int index, Role role)
          Sets the element at the position specified to be the role specified.
 void RelationSupport.setRole(Role role)
          Sets the given role.
 void Relation.setRole(Role role)
          Sets the given role.
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the given role in given relation.
 void RelationService.setRole(String relationId, Role role)
          Sets the 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.
 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.
 

Constructor parameters in javax.management.relation with type arguments of type Role
Constructor and Description
RoleList(List<Role> list)
          Constructs a RoleList containing the elements of the List specified, in the order in which they are returned by the List's iterator.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.