com.bankframe.ei.txnhandler.hostcache
Interface Profile

All Known Subinterfaces:
Cache, TimeoutCache
All Known Implementing Classes:
DataBaseCache, MemoryCache, MemoryCache2, SingleJvmCache, TimeoutMemoryCache

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

public interface Profile

Cache Profiling interface for the host system requests.


Method Summary
 int maxDbCacheSize()
          Deprecated. This method returns the max allowed size of database cache.
 int maxMemCacheSize()
          Deprecated. This method returns the max allowed size of the memory cache.
 int numberEntriesInDbCache()
          Deprecated. This method returns the number of elements currently in the database cache.
 int numberEntriesInMemCache()
          Deprecated. This method returns the number of elements currently in the memory cache.
 

Method Detail

maxDbCacheSize

public int maxDbCacheSize()
Deprecated. 
This method returns the max allowed size of database cache.

Returns:
int max size of cache.

maxMemCacheSize

public int maxMemCacheSize()
Deprecated. 
This method returns the max allowed size of the memory cache.

Returns:
int max size of cache.

numberEntriesInDbCache

public int numberEntriesInDbCache()
                           throws ProcessingErrorException
Deprecated. 
This method returns the number of elements currently in the database cache.

Returns:
int The number of elements currently in the cache.
Throws:
ProcessingErrorException - If there was an exception thrown in the execution of the method.

numberEntriesInMemCache

public int numberEntriesInMemCache()
                            throws ProcessingErrorException
Deprecated. 
This method returns the number of elements currently in the memory cache.

Returns:
int The number of elements currently in the cache.
Throws:
ProcessingErrorException - If there was an exception thrown in the execution of the method.


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