|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.hostcache.HostCacheConstants
com.bankframe.serives.cache
package instead
public class HostCacheConstants
Field Summary | |
---|---|
static String |
CACHE_PROFILE_SERVLET
Deprecated. |
static String |
CACHE_TABLE_NAME
Deprecated. The cache table name. |
static String |
CACHE_TRACE_ALL
Deprecated. |
static String |
CACHE_TRACE_BALANCE
Deprecated. |
static String |
CACHE_TRACE_LEVEL
Deprecated. |
static String |
CACHE_TRACE_REMOVE
Deprecated. |
static String |
CACHE_TRACE_RETRIEVE
Deprecated. |
static String |
CACHE_TRACE_STORE
Deprecated. |
static String |
CACHE_TYPE
Deprecated. |
static String |
CACHEPROFILE_SERVLET_URL
Deprecated. |
static String |
CLUSTERABLE
Deprecated. |
static String |
DATASOURCE_JNDI_NAME
Deprecated. |
static int |
IN_DB_CACHE
Deprecated. The entry is in the db cache. |
static int |
IN_MEM_CACHE
Deprecated. The entry is in the mem cache. |
static String |
MAX_DB_CACHE_SIZE
Deprecated. |
static String |
MAX_MEM_CACHE_SIZE
Deprecated. |
static int |
MEM_DB_CACHING_MODE
Deprecated. Signifies that there should be mem and db caching. |
static String |
MEMORY
Deprecated. |
static int |
NO_CACHING_MODE
Deprecated. Signifies that there should be no caching done. |
static int |
NOT_IN_CACHE
Deprecated. The entry is not in the cache. |
static String |
PERSISTENCE_CACHE_TABLE_NAME
Deprecated. The persistence table name. |
static String |
SINGLEJVM
Deprecated. |
static String |
THRESHHOLD
Deprecated. |
static String |
TIMEOUT_MEMORY
Deprecated. |
Constructor Summary | |
---|---|
HostCacheConstants()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CACHE_PROFILE_SERVLET
public static final String CACHEPROFILE_SERVLET_URL
public static final String MAX_MEM_CACHE_SIZE
public static final String THRESHHOLD
public static final String MAX_DB_CACHE_SIZE
public static final String DATASOURCE_JNDI_NAME
public static final String CACHE_TYPE
public static final String CACHE_TRACE_LEVEL
public static final String CACHE_TRACE_STORE
public static final String CACHE_TRACE_RETRIEVE
public static final String CACHE_TRACE_REMOVE
public static final String CACHE_TRACE_BALANCE
public static final String CACHE_TRACE_ALL
public static final String CLUSTERABLE
public static final String SINGLEJVM
public static final String MEMORY
public static final String TIMEOUT_MEMORY
public static final int NO_CACHING_MODE
public static final int MEM_DB_CACHING_MODE
public static final String CACHE_TABLE_NAME
public static final String PERSISTENCE_CACHE_TABLE_NAME
public static final int NOT_IN_CACHE
public static final int IN_MEM_CACHE
public static final int IN_DB_CACHE
Constructor Detail |
---|
public HostCacheConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |