| java.lang.Object | |
| ↳ | javax.management.relation.RoleUnresolved |
Represents an unresolved role: a role not retrieved from a relation due to a problem. It provides the role name, value (if problem when trying to set the role) and an integer defining the problem (constants defined in RoleStatus).
The serialVersionUID of this class is -48350262537070138L.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clone this object.
| |||||||||||
Retrieves problem type.
| |||||||||||
Retrieves role name.
| |||||||||||
Retrieves role value.
| |||||||||||
Sets problem type.
| |||||||||||
Sets role name.
| |||||||||||
Sets role value.
| |||||||||||
Return a string describing this object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor.
| name | name of the role |
|---|---|
| value | value of the role (if problem when setting the role) |
| pbType | type of problem (according to known problem types, listed as static final members). |
| IllegalArgumentException | if null parameter or incorrect problem type |
|---|
Retrieves problem type.
Retrieves role value.
Sets problem type.
| pbType | integer corresponding to a problem. Must be one of those described as static final members of current class. |
|---|
| IllegalArgumentException | if incorrect problem type |
|---|
Sets role name.
| name | the new role name. |
|---|
| IllegalArgumentException | if null parameter |
|---|
Sets role value.
| value | List of ObjectName objects for referenced MBeans not set in role. |
|---|
Return a string describing this object.