public class RoleUnresolved extends Objectimplements Serializable
The serialVersionUID of this class is -48350262537070138L.
| Constructor and Description |
|---|
RoleUnresolved(String
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone this object.
|
int |
getProblemType()
Retrieves problem type.
|
String |
getRoleName()
Retrieves role name.
|
List |
getRoleValue()
Retrieves role value.
|
void |
setProblemType(int pbType)
Sets problem type.
|
void |
setRoleName(String
Sets role name.
|
void |
setRoleValue(List
Sets role value.
|
String |
toString()
Return a string describing this object.
|
public RoleUnresolved(Stringname, List <ObjectName > value, int pbType) throws IllegalArgumentException
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
public StringgetRoleName()
setRoleName(java.lang.String)
public List<ObjectName > getRoleValue()
setRoleValue(java.util.List<javax.management.ObjectName>)
public int getProblemType()
setProblemType(int)
public void setRoleName(Stringname) throws IllegalArgumentException
name - the new role name.
IllegalArgumentException - if null parameter
getRoleName()
public void setRoleValue(List<ObjectName > value)
value - List of ObjectName objects for referenced MBeans not set in role.
getRoleValue()
public void setProblemType(int pbType)
throws IllegalArgumentException
pbType - integer corresponding to a problem. Must be one of those described as static final members of current class.
IllegalArgumentException - if incorrect problem type
getProblemType()
public Objectclone()