API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. RoleStatus View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RoleStatus
Implements
Subclasses
Description
public class RoleStatus
  This class describes the various problems which can be encountered when accessing a role.
See also:   
Constructors
public RoleStatus ()
Methods
Hide/Show inherited methods
publicstatic boolean isRoleStatus (int status)
  Returns true if given value corresponds to a known role status, false otherwise.
Fields
Hide/Show inherited fields
publicfinalstatic int LESS_THAN_MIN_ROLE_DEGREE = "4"
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality.
publicfinalstatic int MORE_THAN_MAX_ROLE_DEGREE = "5"
Problem type when trying to set a role value with more ObjectNames than the maximum expected cardinality.
publicfinalstatic int NO_ROLE_WITH_NAME = "1"
Problem type when trying to access an unknown role.
publicfinalstatic int REF_MBEAN_NOT_REGISTERED = "7"
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server.
publicfinalstatic int REF_MBEAN_OF_INCORRECT_CLASS = "6"
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role.
publicfinalstatic int ROLE_NOT_READABLE = "2"
Problem type when trying to read a non-readable attribute.
publicfinalstatic int ROLE_NOT_WRITABLE = "3"
Problem type when trying to update a non-writable attribute.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar