org.hibernate.cache.jbc2
Class JndiMultiplexedJBossCacheRegionFactory

java.lang.Object
  extended by org.hibernate.cache.jbc.JBossCacheRegionFactory
      extended by org.hibernate.cache.jbc.JndiMultiplexedJBossCacheRegionFactory
          extended by org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory
All Implemented Interfaces:
RegionFactory

Deprecated. use JndiMultiplexedJBossCacheRegionFactory

@Deprecated
public class JndiMultiplexedJBossCacheRegionFactory
extends JndiMultiplexedJBossCacheRegionFactory

Deprecated version of superclass maintained solely for forwards compatibility.

Version:
$Revision$
Author:
Brian Stansberry

Constructor Summary
JndiMultiplexedJBossCacheRegionFactory()
          Deprecated. Create a new MultiplexedJBossCacheRegionFactory.
JndiMultiplexedJBossCacheRegionFactory(Properties props)
          Deprecated. 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

JndiMultiplexedJBossCacheRegionFactory

public JndiMultiplexedJBossCacheRegionFactory(Properties props)
Deprecated. 
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.

Parameters:
props - The configuration properties

JndiMultiplexedJBossCacheRegionFactory

public JndiMultiplexedJBossCacheRegionFactory()
Deprecated. 
Create a new MultiplexedJBossCacheRegionFactory.



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.