public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ASYNC_MESSAGE_PRIORITY
Metadata key for async tasks.
|
static int |
HIGH_PRIORITY
High processing priority.
|
static int |
LOW_PRIORITY
Low processing priority.
|
static int |
MEDIUM_PRIORITY
Medium processing priority.
|
static int |
PROCESS_LOG_MESSAGE_MAX_LENGTH
Maximum allowed length of the process log message (1000 characters).
|
static String |
PROPERTY_LSPS_DEBUG
A name of the property which indicates whether the LSPS debugger should
be enabled or disabled.
|
public static final int LOW_PRIORITY
public static final int HIGH_PRIORITY
public static final int MEDIUM_PRIORITY
public static final String ASYNC_MESSAGE_PRIORITY
public static final int PROCESS_LOG_MESSAGE_MAX_LENGTH
public static final String PROPERTY_LSPS_DEBUG
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.