| |
|
| java.lang.Object org.jboss.hibernate.cache.DeployedTreeCacheProvider
DeployedTreeCacheProvider | public class DeployedTreeCacheProvider implements CacheProvider(Code) | | A Hibernate CacheProvider implementation which knows how to
obtain a deployed JBossCache via its JMX ObjectName.
version: $Revision: 57193 $ author: Steve Ebersole |
DEFAULT_OBJECT_NAME | final public static String DEFAULT_OBJECT_NAME(Code) | | |
OBJECT_NAME_PROP | final public static String OBJECT_NAME_PROP(Code) | | |
buildCache | public Cache buildCache(String name, Properties properties) throws CacheException(Code) | | Called by Hibernate in order to build the given named cache "region".
Parameters: name - The cache "region" name. Parameters: properties - The configuration properties. The constructed Cache wrapper around the jndi-deployed TreeCache. throws: CacheException - Generally indicates a problem locating the TreeCache. |
isMinimalPutsEnabledByDefault | public boolean isMinimalPutsEnabledByDefault()(Code) | | |
nextTimestamp | public long nextTimestamp()(Code) | | |
|
|
|