com.bankframe.ei.txnhandler.hostcache
Class HostCacheConstants

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.hostcache.HostCacheConstants

Deprecated. Use the com.bankframe.serives.cache package instead

public class HostCacheConstants
extends java.lang.Object


Field Summary
static java.lang.String CACHE_PROFILE_SERVLET
          Deprecated.  
static java.lang.String CACHE_TABLE_NAME
          Deprecated. The cache table name.
static java.lang.String CACHE_TRACE_ALL
          Deprecated.  
static java.lang.String CACHE_TRACE_BALANCE
          Deprecated.  
static java.lang.String CACHE_TRACE_LEVEL
          Deprecated.  
static java.lang.String CACHE_TRACE_REMOVE
          Deprecated.  
static java.lang.String CACHE_TRACE_RETRIEVE
          Deprecated.  
static java.lang.String CACHE_TRACE_STORE
          Deprecated.  
static java.lang.String CACHE_TYPE
          Deprecated.  
static java.lang.String CACHEPROFILE_SERVLET_URL
          Deprecated.  
static java.lang.String CLUSTERABLE
          Deprecated.  
static java.lang.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 java.lang.String MAX_DB_CACHE_SIZE
          Deprecated.  
static java.lang.String MAX_MEM_CACHE_SIZE
          Deprecated.  
static int MEM_DB_CACHING_MODE
          Deprecated. Signifies that there should be mem and db caching.
static java.lang.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 java.lang.String PERSISTENCE_CACHE_TABLE_NAME
          Deprecated. The persistence table name.
static java.lang.String SINGLEJVM
          Deprecated.  
static java.lang.String THRESHHOLD
          Deprecated.  
static java.lang.String TIMEOUT_MEMORY
          Deprecated.  
 
Constructor Summary
HostCacheConstants()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_PROFILE_SERVLET

public static final java.lang.String CACHE_PROFILE_SERVLET
Deprecated. 
See Also:
Constant Field Values

CACHEPROFILE_SERVLET_URL

public static final java.lang.String CACHEPROFILE_SERVLET_URL
Deprecated. 
See Also:
Constant Field Values

MAX_MEM_CACHE_SIZE

public static final java.lang.String MAX_MEM_CACHE_SIZE
Deprecated. 
See Also:
Constant Field Values

THRESHHOLD

public static final java.lang.String THRESHHOLD
Deprecated. 
See Also:
Constant Field Values

MAX_DB_CACHE_SIZE

public static final java.lang.String MAX_DB_CACHE_SIZE
Deprecated. 
See Also:
Constant Field Values

DATASOURCE_JNDI_NAME

public static final java.lang.String DATASOURCE_JNDI_NAME
Deprecated. 
See Also:
Constant Field Values

CACHE_TYPE

public static final java.lang.String CACHE_TYPE
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_LEVEL

public static final java.lang.String CACHE_TRACE_LEVEL
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_STORE

public static final java.lang.String CACHE_TRACE_STORE
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_RETRIEVE

public static final java.lang.String CACHE_TRACE_RETRIEVE
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_REMOVE

public static final java.lang.String CACHE_TRACE_REMOVE
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_BALANCE

public static final java.lang.String CACHE_TRACE_BALANCE
Deprecated. 
See Also:
Constant Field Values

CACHE_TRACE_ALL

public static final java.lang.String CACHE_TRACE_ALL
Deprecated. 
See Also:
Constant Field Values

CLUSTERABLE

public static final java.lang.String CLUSTERABLE
Deprecated. 
See Also:
Constant Field Values

SINGLEJVM

public static final java.lang.String SINGLEJVM
Deprecated. 
See Also:
Constant Field Values

MEMORY

public static final java.lang.String MEMORY
Deprecated. 
See Also:
Constant Field Values

TIMEOUT_MEMORY

public static final java.lang.String TIMEOUT_MEMORY
Deprecated. 
See Also:
Constant Field Values

NO_CACHING_MODE

public static final int NO_CACHING_MODE
Deprecated. 
Signifies that there should be no caching done.

See Also:
Constant Field Values

MEM_DB_CACHING_MODE

public static final int MEM_DB_CACHING_MODE
Deprecated. 
Signifies that there should be mem and db caching.

See Also:
Constant Field Values

CACHE_TABLE_NAME

public static final java.lang.String CACHE_TABLE_NAME
Deprecated. 
The cache table name.

See Also:
Constant Field Values

PERSISTENCE_CACHE_TABLE_NAME

public static final java.lang.String PERSISTENCE_CACHE_TABLE_NAME
Deprecated. 
The persistence table name.

See Also:
Constant Field Values

NOT_IN_CACHE

public static final int NOT_IN_CACHE
Deprecated. 
The entry is not in the cache.

See Also:
Constant Field Values

IN_MEM_CACHE

public static final int IN_MEM_CACHE
Deprecated. 
The entry is in the mem cache.

See Also:
Constant Field Values

IN_DB_CACHE

public static final int IN_DB_CACHE
Deprecated. 
The entry is in the db cache.

See Also:
Constant Field Values
Constructor Detail

HostCacheConstants

public HostCacheConstants()
Deprecated. 


Copyright © 2005, 2007, Oracle. All rights reserved.