org.hibernate.cache.jbc2
Class JndiSharedJBossCacheRegionFactory

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

Deprecated. use JndiSharedJBossCacheRegionFactory

@Deprecated
public class JndiSharedJBossCacheRegionFactory
extends JndiSharedJBossCacheRegionFactory

Deprecated version of superclass maintained solely for forwards compatibility.

Version:
$Revision$
Author:
Brian Stansberry

Constructor Summary
JndiSharedJBossCacheRegionFactory()
          Deprecated. Create a new JndiSharedJBossCacheRegionFactory.
JndiSharedJBossCacheRegionFactory(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

JndiSharedJBossCacheRegionFactory

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

Parameters:
props - The configuration properties

JndiSharedJBossCacheRegionFactory

public JndiSharedJBossCacheRegionFactory()
Deprecated. 
Create a new JndiSharedJBossCacheRegionFactory.



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