|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagePermissionBits
This interface describes the bits used to define management "manage" permissions.
IManagementPermission.setPermissions(int)
,
IManageScopeBits
,
IConfigurePermissionBits
Field Summary | |||
---|---|---|---|
static int |
ALLOW_ENABLE_DISABLE_METRICS
Permission bit to allow operations associated with metrics exposed by containers/components. |
||
static int |
ALLOW_GET_INFORMATION
Permission bit to allow other JMX operations with an "impact" of |
static int |
ALLOW_LIFE_CYCLE_CONTROL
Permission bit to allow life cycle type operations to be executed (e.g. stop, start, shutdown, etc.). |
static int |
ALLOW_NOTIFICATION_SUBSCRIPTION
Permission bit to allow JMX notification listeners to be added to a container/component. |
||
static int |
ALLOW_PERFORM_ACTIONS
Permission bit to allow other JMX operations with an "impact" of |
static int |
ALLOW_SET_ATTRIBUTES
Permission bit to allow runtime attributes to be set on a container/component. |
static int |
DENY_ENABLE_DISABLE_METRICS
Permission bit to deny operations associated with metrics exposed by containers/components. |
||
static int |
DENY_GET_INFORMATION
Permission bit to deny other JMX operations with an "impact" of |
static int |
DENY_LIFE_CYCLE_CONTROL
Permission bit to deny life cycle type operations from being executed (e.g. stop, start, shutdown, etc.). |
static int |
DENY_NOTIFICATION_SUBSCRIPTION
Permission bit to deny JMX notification listeners from being added to a container/component. |
||
static int |
DENY_PERFORM_ACTIONS
Permission bit to deny other JMX operations with an "impact" of |
static int |
DENY_SET_ATTRIBUTES
Permission bit to deny runtime attributes from being set on a container/component. |
Field Detail |
---|
static final int ALLOW_ENABLE_DISABLE_METRICS
static final int ALLOW_GET_INFORMATION
static final int ALLOW_LIFE_CYCLE_CONTROL
static final int ALLOW_NOTIFICATION_SUBSCRIPTION
static final int ALLOW_PERFORM_ACTIONS
static final int ALLOW_SET_ATTRIBUTES
static final int DENY_ENABLE_DISABLE_METRICS
static final int DENY_GET_INFORMATION
static final int DENY_LIFE_CYCLE_CONTROL
static final int DENY_NOTIFICATION_SUBSCRIPTION
static final int DENY_PERFORM_ACTIONS
static final int DENY_SET_ATTRIBUTES
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |