|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
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 | |
---|---|
List<Role> |
RoleList.asList()
Return a view of this list as a List<Role>. |
Methods in javax.management.relation with parameters of type Role | |
---|---|
void |
RoleList.add(int theIndex,
Role theRole)
Inserts the role specified as an element at the position specified. |
void |
RoleList.add(Role theRole)
Adds the Role specified as the last element of the list. |
Integer |
RelationServiceMBean.checkRoleWriting(Role theRole,
String theRelTypeName,
Boolean theInitFlg)
Checks if given Role can be set in a relation of given type. |
Integer |
RelationService.checkRoleWriting(Role theRole,
String theRelTypeName,
Boolean theInitFlg)
Checks if given Role can be set in a relation of given type. |
void |
RelationServiceMBean.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List<ObjectName> theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationService.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List<ObjectName> theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RoleList.set(int theIndex,
Role theRole)
Sets the element at the position specified to be the role specified. |
void |
RelationSupport.setRole(Role theRole)
Sets the given role. |
void |
Relation.setRole(Role theRole)
Sets the given role. |
void |
RelationServiceMBean.setRole(String theRelId,
Role theRole)
Sets the given role in given relation. |
void |
RelationService.setRole(String theRelId,
Role theRole)
Sets the given role in given relation. |
void |
RelationServiceMBean.updateRoleMap(String theRelId,
Role theNewRole,
List<ObjectName> theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationService.updateRoleMap(String theRelId,
Role theNewRole,
List<ObjectName> theOldRoleValue)
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 | |
---|---|
RoleList(List<Role> theList)
Constructs a RoleList containing the elements of the List specified, in the order in which they are returned by the List's iterator. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |