|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.management.relation
|
Constructor Summary | |
---|---|
RoleUnresolved(String name,
List<ObjectName> value,
int pbType)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoleUnresolved(String name, List<ObjectName> value, int pbType) throws IllegalArgumentException
name
- 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).
IllegalArgumentException
- if null parameter or incorrect
problem typeMethod Detail |
---|
public String getRoleName()
setRoleName(java.lang.String)
public List<ObjectName> getRoleValue()
setRoleValue(java.util.List)
public int getProblemType()
setProblemType(int)
public void setRoleName(String name) throws IllegalArgumentException
name
- the new role name.
IllegalArgumentException
- if null parametergetRoleName()
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 typegetProblemType()
public Object clone()
public String toString()