| |
|
| java.lang.Object javax.management.relation.RoleStatus
RoleStatus | public class RoleStatus (Code) | | The problems that occur when resolving roles.
author: Adrian Brock version: $Revision: 57200 $ |
Method Summary | |
public static boolean | isRoleStatus(int problemType) See if the passed integer is a valid problem type. |
LESS_THAN_MIN_ROLE_DEGREE | final public static int LESS_THAN_MIN_ROLE_DEGREE(Code) | | Tried to set a role with less objects that minimum cardinality
|
MORE_THAN_MAX_ROLE_DEGREE | final public static int MORE_THAN_MAX_ROLE_DEGREE(Code) | | Tried to set a role with more objects that maximum cardinality
|
NO_ROLE_WITH_NAME | final public static int NO_ROLE_WITH_NAME(Code) | | Tried to use an unknown role
|
REF_MBEAN_NOT_REGISTERED | final public static int REF_MBEAN_NOT_REGISTERED(Code) | | Tried to use an an object name that is not registered
|
REF_MBEAN_OF_INCORRECT_CLASS | final public static int REF_MBEAN_OF_INCORRECT_CLASS(Code) | | Tried to use an an object name for an MBean with an incorrect class
|
ROLE_NOT_READABLE | final public static int ROLE_NOT_READABLE(Code) | | Tried to access a role that is not readable
|
ROLE_NOT_WRITABLE | final public static int ROLE_NOT_WRITABLE(Code) | | Tried to set a role that is not writable
|
isRoleStatus | public static boolean isRoleStatus(int problemType)(Code) | | See if the passed integer is a valid problem type.
true when it is, false otherwise. |
|
|
|