org.shiftone.cache.config
Class ConfigurationInternals

java.lang.Object
  extended byorg.shiftone.cache.config.ConfigurationInternals

public class ConfigurationInternals
extends java.lang.Object

Version:
$Revision: 1.11 $
Author:
Jeff Drost

Field Summary
(package private)  Node rootNode
           
 
Constructor Summary
ConfigurationInternals(java.util.Properties properties)
           
 
Method Summary
 java.lang.String getConfiguredCacheProperty(java.lang.String property, java.lang.String cacheName)
           
 CacheFactory getFactory(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootNode

Node rootNode
Constructor Detail

ConfigurationInternals

public ConfigurationInternals(java.util.Properties properties)
                       throws ConfigurationException
Method Detail

getConfiguredCacheProperty

public java.lang.String getConfiguredCacheProperty(java.lang.String property,
                                                   java.lang.String cacheName)
                                            throws ConfigurationException
Throws:
ConfigurationException

getFactory

public CacheFactory getFactory(java.lang.String name)