|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleList | |
javax.management.relation | Provides the definition of the Relation service. |
Uses of RoleList in javax.management.relation |
Methods in javax.management.relation that return RoleList | |
RoleList |
RelationSupport.retrieveAllRoles()
Returns all roles in the relation without checking read mode. |
RoleList |
Relation.retrieveAllRoles()
Returns all roles in the relation without checking read mode. |
RoleList |
RoleResult.getRoles()
Retrieves list of roles successfully accessed. |
Methods in javax.management.relation with parameters of type RoleList | |
RoleResult |
RelationSupport.setRoles(RoleList theRoleList)
Sets the given roles. |
RoleResult |
Relation.setRoles(RoleList theRoleList)
Sets the given roles. |
void |
RelationService.createRelation(java.lang.String theRelId,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service. |
RoleResult |
RelationService.setRoles(java.lang.String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
void |
RoleResult.setRoles(RoleList theRoleList)
Sets list of roles successfully accessed. |
void |
RelationServiceMBean.createRelation(java.lang.String theRelId,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service. |
RoleResult |
RelationServiceMBean.setRoles(java.lang.String theRelId,
RoleList theRoleList)
Sets the given roles in given relation. |
boolean |
RoleList.addAll(RoleList theRoleList)
Appends all the elements in the RoleList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleList specified. |
boolean |
RoleList.addAll(int theIndex,
RoleList theRoleList)
Inserts all of the elements in the RoleList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleList specified. |
Constructors in javax.management.relation with parameters of type RoleList | |
RelationSupport(java.lang.String theRelId,
ObjectName theRelServiceName,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates object. |
|
RelationSupport(java.lang.String theRelId,
ObjectName theRelServiceName,
MBeanServer theRelServiceMBeanServer,
java.lang.String theRelTypeName,
RoleList theRoleList)
Creates object. |
|
RoleResult(RoleList theRoleList,
RoleUnresolvedList theRoleUnresList)
Constructor. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |