com.macvu.tiles.cache
Class CacheFactoryManager

java.lang.Object
  extended by com.macvu.tiles.cache.CacheFactoryManager

public class CacheFactoryManager
extends java.lang.Object

User: MVu


Constructor Summary
CacheFactoryManager()
           
 
Method Summary
 CacheKeyFactory getCacheKeyFactory(java.lang.String factoryName)
           
 CacheServiceFactory getCacheServiceFactory(java.lang.String factoryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFactoryManager

public CacheFactoryManager()
Method Detail

getCacheServiceFactory

public CacheServiceFactory getCacheServiceFactory(java.lang.String factoryName)
                                           throws java.lang.ClassNotFoundException,
                                                  java.lang.InstantiationException,
                                                  java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

getCacheKeyFactory

public CacheKeyFactory getCacheKeyFactory(java.lang.String factoryName)
                                   throws java.lang.ClassNotFoundException,
                                          java.lang.InstantiationException,
                                          java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException


Copyright © 2005 MacVu group. All Rights Reserved.