@Deprecated public class JndiSharedJBossCacheRegionFactory extends JBossCacheRegionFactory
JBossCacheRegionFactory
that uses
JndiSharedCacheInstanceManager
as its
CacheInstanceManager
.
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. The JBoss Cache instance is found in JNDI
using the value of the JndiSharedCacheInstanceManager.CACHE_RESOURCE_PROP
configuration property as the name to look up.
Constructor and Description |
---|
JndiSharedJBossCacheRegionFactory()
Deprecated.
Create a new MultiplexedJBossCacheRegionFactory.
|
JndiSharedJBossCacheRegionFactory(Properties props)
Deprecated.
FIXME Per the RegionFactory class Javadoc, this constructor version
should not be necessary.
|
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getCacheInstanceManager, getDefaultAccessType, getRegionPrefix, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop
public JndiSharedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic JndiSharedJBossCacheRegionFactory()
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved