de.smartics.properties.spi.config.cache.infinispan
Class InternalCacheManagerLookupService

Package class diagram package InternalCacheManagerLookupService
java.lang.Object
  extended by de.smartics.properties.spi.config.cache.infinispan.InternalCacheManagerLookupService

public final class InternalCacheManagerLookupService
     
     
extends Object

This service looks up the jndi name in the cache.properties file and fetches the CacheManager using this name from the jndi context.


Field Summary
static String CLUSTER_NAME
          The default cluster name of the cache that shall be used.
 
Method Summary
static org.infinispan.manager.EmbeddedCacheManager createManager()
          Creates the embedded cache manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLUSTER_NAME

public static final String CLUSTER_NAME
The default cluster name of the cache that shall be used.

The value of this constant is "de.smartics.properties".

Constant Field Value:
"de.smartics.properties"
Method Detail

createManager

public static org.infinispan.manager.EmbeddedCacheManager createManager()
Creates the embedded cache manager.

Returns:
the embedded cache manager.


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