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.