|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.cache.jbc2.JBossCacheRegionFactory org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory
public class JndiMultiplexedJBossCacheRegionFactory
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 Summary | |
---|---|
JndiMultiplexedJBossCacheRegionFactory()
Create a new MultiplexedJBossCacheRegionFactory. |
|
JndiMultiplexedJBossCacheRegionFactory(Properties props)
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary. |
Method Summary |
---|
Methods inherited from class org.hibernate.cache.jbc2.JBossCacheRegionFactory |
---|
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getCacheInstanceManager, getRegionPrefix, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JndiMultiplexedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic JndiMultiplexedJBossCacheRegionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |