de.smartics.properties.spi.config.cache
Class CacheConfigurationLoader

Package class diagram package CacheConfigurationLoader
java.lang.Object
  extended by de.smartics.properties.spi.config.cache.CacheConfigurationLoader
All Implemented Interfaces:
Serializable

public class CacheConfigurationLoader
     
     
extends Object
implements Serializable

Responsible to read configuration properties to connect to a cache stored via JNDI.

See Also:
Serialized Form

Constructor Summary
CacheConfigurationLoader()
          Default constructor.
 
Method Summary
 CacheConfiguration load()
          Loads the cache configuration with a name fetched from the classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheConfigurationLoader

public CacheConfigurationLoader()
Default constructor.

Method Detail

load

public CacheConfiguration load()
                        throws CacheException
Loads the cache configuration with a name fetched from the classpath.

Returns:
the cache configuration.
Throws:
CacheException - on any problem loading the cache.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.