public class RoleUnresolved extends Object implements Serializable
The serialVersionUID of this class is -48350262537070138L
.
Constructor and Description |
---|
RoleUnresolved(String name,
List<ObjectName> value,
int pbType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clone this object.
|
int |
getProblemType()
Retrieves problem type.
|
String |
getRoleName()
Retrieves role name.
|
List<ObjectName> |
getRoleValue()
Retrieves role value.
|
void |
setProblemType(int pbType)
Sets problem type.
|
void |
setRoleName(String name)
Sets role name.
|
void |
setRoleValue(List<ObjectName> value)
Sets role value.
|
String |
toString()
Return a string describing this object.
|
public RoleUnresolved(String name, List<ObjectName> value, int pbType) throws IllegalArgumentException
IllegalArgumentException
- if null parameter or incorrect
problem typename
- name of the rolevalue
- value of the role (if problem when setting the
role)pbType
- type of problem (according to known problem types,
listed as static final members).public String getRoleName()
setRoleName(java.lang.String)
public List<ObjectName> getRoleValue()
setRoleValue(java.util.List<javax.management.ObjectName>)
public int getProblemType()
setProblemType(int)
public void setRoleName(String name) throws IllegalArgumentException
IllegalArgumentException
- if null parametername
- the new role name.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
IllegalArgumentException
- if incorrect problem typepbType
- integer corresponding to a problem. Must be one of
those described as static final members of current class.getProblemType()
public Object clone()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.