com.bankframe.services.cache
Class CacheIndexFactory

java.lang.Object
  extended bycom.bankframe.services.cache.CacheIndexFactory

public class CacheIndexFactory
extends java.lang.Object

Factory class for CacheIndexer defined by cache.index property


Constructor Summary
CacheIndexFactory()
           
 
Method Summary
static CacheIndexer createCacheIndex()
          Returns a new instance of CacheIndexer.
static CacheIndexer getCacheIndex(java.lang.String name)
           
static java.util.Map getCacheIndices()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheIndexFactory

public CacheIndexFactory()
Method Detail

getCacheIndices

public static java.util.Map getCacheIndices()

createCacheIndex

public static CacheIndexer createCacheIndex()
Returns a new instance of CacheIndexer. Gets class name from cache.index property in bankframeresource.properties. If no class defined, or the specified class can not be instantiated, CacheIndex is returned.

Returns:
CacheIndexer instance

getCacheIndex

public static CacheIndexer getCacheIndex(java.lang.String name)


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