|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.management.relation.Role

public class Role


Represents a role: includes a role name and referenced MBeans (via their ObjectNames). The role value is always represented as an ArrayList collection (of ObjectNames) to homogenize the access.
| Constructor Summary | |
|---|---|
Role
Make a new Role object. |
|
| Method Summary | |
|---|---|
Object |
clone
Clone the role object. |
String |
getRoleName
Retrieves role name. |
List |
getRoleValue
Retrieves role value. |
static String |
roleValueToString
Returns a string for the given role value. |
void |
setRoleName
Sets role name. |
void |
setRoleValue
Sets role value. |
String |
toString
Returns a string describing the role. |
Methods inherited from class java.lang.Object ![]() |
|---|
equals |
| Constructor Detail |
|---|

public Role(String![]()
![]()
theRoleName, List
![]()
![]()
theRoleValue) throws IllegalArgumentException
![]()
![]()
Make a new Role object. No check is made that the ObjectNames in the role value exist in an MBean server. That check will be made when the role is set in a relation.
theRoleName - role nametheRoleValue - role value (List of ObjectName objects)
IllegalArgumentException

- if null parameter| Method Detail |
|---|

public String![]()
![]()
getRoleName()
setRoleName(java.lang.String)


public List![]()
![]()
getRoleValue()
setRoleValue(java.util.List)


public void setRoleName(String![]()
![]()
theRoleName) throws IllegalArgumentException
![]()
![]()
theRoleName - role name
IllegalArgumentException

- if null parametergetRoleName()


public void setRoleValue(List![]()
![]()
theRoleValue) throws IllegalArgumentException
![]()
![]()
theRoleValue - List of ObjectName objects for referenced
MBeans.
IllegalArgumentException

- if null parametergetRoleValue()


public String![]()
![]()
toString()
toString

in class Object


public Object![]()
![]()
clone()
clone

in class Object

Cloneable


public static String![]()
![]()
roleValueToString(List
![]()
![]()
theRoleValue) throws IllegalArgumentException
![]()
![]()
theRoleValue - List of ObjectName objects
IllegalArgumentException

- if null parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||