Uses of Class
javax.management.relation.RoleResult

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

Uses of RoleResult in javax.management.relation
 

Methods in javax.management.relation that return RoleResult
 RoleResult RelationSupport.getRoles(java.lang.String[] theRoleNameArray)
          Retrieves values of roles with given names.
 RoleResult RelationSupport.getAllRoles()
          Returns all roles present in the relation.
 RoleResult RelationSupport.setRoles(RoleList theRoleList)
          Sets the given roles.
 RoleResult Relation.getRoles(java.lang.String[] theRoleNameArray)
          Retrieves values of roles with given names.
 RoleResult Relation.getAllRoles()
          Returns all roles present in the relation.
 RoleResult Relation.setRoles(RoleList theRoleList)
          Sets the given roles.
 RoleResult RelationService.getRoles(java.lang.String theRelId, java.lang.String[] theRoleNameArray)
          Retrieves values of roles with given names in given relation.
 RoleResult RelationService.getAllRoles(java.lang.String theRelId)
          Returns all roles present in the relation.
 RoleResult RelationService.setRoles(java.lang.String theRelId, RoleList theRoleList)
          Sets the given roles in given relation.
 RoleResult RelationServiceMBean.getRoles(java.lang.String theRelId, java.lang.String[] theRoleNameArray)
          Retrieves values of roles with given names in given relation.
 RoleResult RelationServiceMBean.getAllRoles(java.lang.String theRelId)
          Returns all roles present in the relation.
 RoleResult RelationServiceMBean.setRoles(java.lang.String theRelId, RoleList theRoleList)
          Sets the given roles in given relation.
 


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.