站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.relation.RoleList (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.relation.RoleList

Packages that use RoleList
javax.management.relation The JBossMX relation service
 

Uses of RoleList in javax.management.relation
 

Methods in javax.management.relation that return RoleList
 RoleList RoleResult.getRoles()
          Retrieve the successful roles.
 RoleList RelationSupport.retrieveAllRoles()
           
 RoleList Relation.retrieveAllRoles()
          Retrieve all the roles in this relation without checking the role mode.
 

Methods in javax.management.relation with parameters of type RoleList
 void RoleResult.setRoles(RoleList roleList)
          Set the successful roles.
 boolean RoleList.addAll(RoleList roleList)
          Appends a role list to the end of the list.
 boolean RoleList.addAll(int index, RoleList roleList)
          Inserts a role list at the specified location in the list.
 RoleResult RelationSupport.setRoles(RoleList roleList)
           
 void RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
          Create a simple relation using RelationSupport for a relation type within the relation service.
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 void RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
           
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 

Constructors in javax.management.relation with parameters of type RoleList
RoleResult(RoleList roleList, RoleUnresolvedList roleUnresolvedList)
          Construct a new role result.
RelationSupport(String relationId, ObjectName relationService, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
RelationSupport(String relationId, ObjectName relationService, MBeanServer mbeanServer, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.