|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.cache.CacheConfigurationLoader
public class CacheConfigurationLoader
Responsible to read configuration properties to connect to a cache stored via JNDI.
Field Summary | |
---|---|
static String |
CACHE_ID The identifier of the cache configuration that provides the properties. |
static String |
JNDI_NAME The key to the JNDI name stored in the cache configuration file. |
Constructor Summary | |
---|---|
CacheConfigurationLoader() Default constructor. |
Method Summary | |
---|---|
Properties |
load() Loads the cache configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CACHE_ID
The value of this constant is "de.smartics.properties.cache.id".
"de.smartics.properties.cache.id"
public static final String JNDI_NAME
The value of this constant is "de.smartics.properties.cache.jndiName".
"de.smartics.properties.cache.jndiName"
Constructor Detail |
---|
public CacheConfigurationLoader()
Method Detail |
---|
public Properties load() throws CacheException
CacheException
- on any problem loading the cache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |