API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. Role View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      Role
Implements
 Serializable
Subclasses
Description
public class Role
  Represents a role: includes a role name and referenced MBeans (via their ObjectNames).
See also:   
Constructors
public Role (String roleName, List<ObjectName> roleValue) throws IllegalArgumentException
  Make a new Role object.
Methods
Hide/Show inherited methods
public Object clone ()
  Clone the role object.
public String getRoleName ()
  Retrieves role name.
public List<ObjectName> getRoleValue ()
  Retrieves role value.
publicstatic String roleValueToString (List<ObjectName> roleValue) throws IllegalArgumentException
  Returns a string for the given role value.
public void setRoleName (String roleName) throws IllegalArgumentException
  Sets role name.
public void setRoleValue (List<ObjectName> roleValue) throws IllegalArgumentException
  Sets role value.
public String toString ()
  Returns a string describing the role.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar