public class InventoryServerConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COMPONENT_NAME
The component name for the Inventory component.
|
static java.lang.String | CONFIG_GROUP_MEMORY_CACHE
The configuration group name for memory cache.
|
static java.lang.String | CONFIG_GROUP_OBJECTCACHEINSTANCE
The configuration group name for object cache instance.
|
static java.lang.String | CONFIG_PROPERTY_CHECK_MEMORY_CACHE_EXPIRY
The configuration of property name to indicate whether memory cache expiry is enabled.
|
static java.lang.String | CONFIG_PROPERTY_JNDINAME
The configuration of property name of the jndi name object cache instance.
|
static java.lang.String | COPYRIGHT
The IBM copyright field.
|
static int | INVENTORY_CONFIGURATION_FLAGS_DATABASE_CACHE
This is the binary flag in the INVCNF.FLAGS.
|
static int | INVENTORY_CONFIGURATION_FLAGS_DECREMENT_CACHE
This is the binary flag in the INVCNF.FLAGS.
|
static int | INVENTORY_CONFIGURATION_FLAGS_DOM
This is the binary flag in the INVCNF.FLAGS.
|
static int | INVENTORY_CONFIGURATION_FLAGS_MEMORY_CACHE
This is the binary flag in the INVCNF.FLAGS.
|
static int | INVENTORY_CONFIGURATION_FLAGS_UPDATE_CACHE
This is the binary flag in the INVCNF.FLAGS.
|
Constructor and Description |
---|
InventoryServerConstants() |
public static final java.lang.String COPYRIGHT
public static final java.lang.String COMPONENT_NAME
public static final int INVENTORY_CONFIGURATION_FLAGS_MEMORY_CACHE
public static final int INVENTORY_CONFIGURATION_FLAGS_DATABASE_CACHE
public static final int INVENTORY_CONFIGURATION_FLAGS_DOM
public static final int INVENTORY_CONFIGURATION_FLAGS_DECREMENT_CACHE
public static final int INVENTORY_CONFIGURATION_FLAGS_UPDATE_CACHE
public static final java.lang.String CONFIG_GROUP_OBJECTCACHEINSTANCE
public static final java.lang.String CONFIG_PROPERTY_JNDINAME
public static final java.lang.String CONFIG_GROUP_MEMORY_CACHE
public static final java.lang.String CONFIG_PROPERTY_CHECK_MEMORY_CACHE_EXPIRY