@Deprecated public class JndiMultiplexedJBossCacheRegionFactory extends JBossCacheRegionFactory
JBossCacheRegionFactory
that uses
JndiMultiplexingCacheInstanceManager
as its
CacheInstanceManager
.
Supports separate JBoss Cache instances for entity, collection, query and timestamp caching, with the expectation that a single multiplexed JGroups resource (i.e. a multiplexed channel or a shared transport channel) will be shared between the caches. JBoss Cache instances are created from a factory.
This version finds the factory in JNDI. See
JndiMultiplexingCacheInstanceManager
for configuration details.
Constructor and Description |
---|
JndiMultiplexedJBossCacheRegionFactory()
Deprecated.
Create a new MultiplexedJBossCacheRegionFactory.
|
JndiMultiplexedJBossCacheRegionFactory(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 JndiMultiplexedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic JndiMultiplexedJBossCacheRegionFactory()
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved