|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.cache.jbc.JBossCacheRegionFactory org.hibernate.cache.jbc.MultiplexedJBossCacheRegionFactory
public class MultiplexedJBossCacheRegionFactory
JBossCacheRegionFactory
that uses
MultiplexingCacheInstanceManager
as its
CacheInstanceManager
.
Supports separate JBoss Cache instances for entity, collection, query and timestamp caching, with the expectation that a single 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 instantiates the factory itself. See
MultiplexingCacheInstanceManager
for configuration details.
Constructor Summary | |
---|---|
MultiplexedJBossCacheRegionFactory()
Create a new MultiplexedJBossCacheRegionFactory. |
|
MultiplexedJBossCacheRegionFactory(Properties props)
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary. |
Method Summary |
---|
Methods inherited from class org.hibernate.cache.jbc.JBossCacheRegionFactory |
---|
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getCacheInstanceManager, getDefaultAccessType, 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 MultiplexedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic MultiplexedJBossCacheRegionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |