public interface HandleConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ADMINISTRATOR_MASK
Administrator handle mask.
|
static int |
CLIENT_MASK
Client handle mask.
|
static int |
COMPONENT_MASK
Component handle mask.
|
static int |
CONTAINER_MASK
Container handle mask.
|
static int |
HANDLE_MASK
Instance ID part of handle.
|
static int |
KEY_MASK
Key mask of the handle.
|
static int |
MANAGER_MASK
Manager handle mask 0x05000000.
|
static int |
TYPE_MASK
Type mask of the handle.
|
static final int COMPONENT_MASK
static final int CLIENT_MASK
static final int ADMINISTRATOR_MASK
static final int CONTAINER_MASK
static final int MANAGER_MASK
static final int TYPE_MASK
static final int KEY_MASK
static final int HANDLE_MASK