| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.relation.RoleUnresolved
public class 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.
| 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 type| Method 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()
clone in class ObjectCloneablepublic String toString()
toString in class Object
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.