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
问题类型时,试图用比预期的最大基数更objectnames作用值集。
|
static int |
NO_ROLE_WITH_NAME
当试图访问一个未知角色时,问题类型。
|
static int |
REF_MBEAN_NOT_REGISTERED
问题类型时,试图设置一个角色值包括在MBean服务器没有注册一个MBean对象。
|
static int |
REF_MBEAN_OF_INCORRECT_CLASS
问题类型时,试图设置一个角色价值包括一个MBean对象不是类的预期作用。
|
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.