| |
|
| java.lang.Object javax.management.relation.RoleStatus
RoleStatus | public class RoleStatus (Code) | | This class describes the various problems which can be encountered when
accessing a role.
|
Method Summary | |
public static boolean | isRoleStatus(int theRoleStatus) Returns true if given value corresponds to a known role status, false else. |
LESS_THAN_MIN_ROLE_DEGREE | final public static int LESS_THAN_MIN_ROLE_DEGREE(Code) | | Problem type when trying to set a role value with less ObjectNames
than the minimum expected cardinality
|
MORE_THAN_MAX_ROLE_DEGREE | final public static int MORE_THAN_MAX_ROLE_DEGREE(Code) | | Problem type when trying to set a role value with more ObjectNames
than the maximum expected cardinality
|
NO_ROLE_WITH_NAME | final public static int NO_ROLE_WITH_NAME(Code) | | Problem type when trying to access an unknown role
|
REF_MBEAN_NOT_REGISTERED | final public static int REF_MBEAN_NOT_REGISTERED(Code) | | Problem type when trying to set a role value including the ObjectName
of a MBean not registered in the MBean Server
|
REF_MBEAN_OF_INCORRECT_CLASS | final public static int REF_MBEAN_OF_INCORRECT_CLASS(Code) | | Problem type when trying to set a role value including the ObjectName
of a MBean not of the class expected for that role
|
ROLE_NOT_READABLE | final public static int ROLE_NOT_READABLE(Code) | | Problem type when trying to read a non-readable attribute
|
ROLE_NOT_WRITABLE | final public static int ROLE_NOT_WRITABLE(Code) | | Problem type when trying to update a non-writable attribute
|
RoleStatus | public RoleStatus()(Code) | | Default constructor to create RoleStatus
|
isRoleStatus | public static boolean isRoleStatus(int theRoleStatus)(Code) | | Returns true if given value corresponds to a known role status, false else.
Parameters: theRoleStatus - value corresponds to role status True if given value corresponds to a known role status, false else. |
|
|
|