API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. RoleUnresolved View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RoleUnresolved
Implements
 Serializable
Subclasses
Description
public class RoleUnresolved
  Represents an unresolved role: a role not retrieved from a relation due to a problem.
See also:   
Constructors
public RoleUnresolved (String name, List<ObjectName> value, int pbType) throws IllegalArgumentException
  Constructor.
Methods
Hide/Show inherited methods
public Object clone ()
  Clone this object.
public int getProblemType ()
  Retrieves problem type.
public String getRoleName ()
  Retrieves role name.
public List<ObjectName> getRoleValue ()
  Retrieves role value.
public void setProblemType (int pbType) throws IllegalArgumentException
  Sets problem type.
public void setRoleName (String name) throws IllegalArgumentException
  Sets role name.
public void setRoleValue (List<ObjectName> value)
  Sets role value.
public String toString ()
  Return a string describing this object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar