@Deprecated public class SharedJBossCacheRegionFactory extends JBossCacheRegionFactory
JBossCacheRegionFactory
that uses
SharedCacheInstanceManager
as its
CacheInstanceManager
.
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. The JBoss Cache instance created by the
JBC DefaultCacheFactory
using the resource identified by the
JndiSharedCacheInstanceManager.CACHE_RESOURCE_PROP
configuration property.
Constructor and Description |
---|
SharedJBossCacheRegionFactory()
Deprecated.
Create a new MultiplexedJBossCacheRegionFactory.
|
SharedJBossCacheRegionFactory(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 SharedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic SharedJBossCacheRegionFactory()
Copyright © 2002-2014 Red Hat Middleware, LLC. All Rights Reserved