public class RoleStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LESS_THAN_MIN_ROLE_DEGREE
尝试使用较少的ObjectNames设置角色值的问题类型,而不是最小预期基数。
|
static int |
MORE_THAN_MAX_ROLE_DEGREE
尝试将角色值设置为具有比最大预期基数更多的ObjectName时的问题类型。
|
static int |
NO_ROLE_WITH_NAME
尝试访问未知角色时出现问题类型。
|
static int |
REF_MBEAN_NOT_REGISTERED
尝试设置角色值时出现问题类型,包括MBean服务器中未注册的MBean的ObjectName。
|
static int |
REF_MBEAN_OF_INCORRECT_CLASS
尝试设置角色值时出现问题类型,其中包含不是该角色所期望类别的MBean的ObjectName。
|
static int |
ROLE_NOT_READABLE
尝试读取不可读属性时出现问题类型。
|
static int |
ROLE_NOT_WRITABLE
尝试更新不可写属性时出现问题类型。
|
Constructor and Description |
---|
RoleStatus() |
public static final int NO_ROLE_WITH_NAME
public static final int ROLE_NOT_READABLE
public static final int ROLE_NOT_WRITABLE
public static final int LESS_THAN_MIN_ROLE_DEGREE
public static final int MORE_THAN_MAX_ROLE_DEGREE
public static final int REF_MBEAN_OF_INCORRECT_CLASS
public static final int REF_MBEAN_NOT_REGISTERED
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.