当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 hibernate API Documentation 英文版文档
DeployedTreeCache (JBoss Hibernate API) - JBoss 4.0.1 sp1 hibernate API Documentation 英文版文档
org.jboss.hibernate.cache
Class DeployedTreeCache
java.lang.Object
org.jboss.hibernate.cache.DeployedTreeCache
- All Implemented Interfaces:
- net.sf.hibernate.cache.Cache
- public class DeployedTreeCache
- extends Object
- implements net.sf.hibernate.cache.Cache
A Hibernate Cache implementation wraps the passed TreeCache
(presumably gotten from JNDI).
- Version:
- $Revision: 1.1.2.1 $
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployedTreeCache
public DeployedTreeCache(String regionName,
org.jboss.cache.TreeCache cache)
get
public Object get(Object key)
throws net.sf.hibernate.cache.CacheException
- Specified by:
get
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
put
public void put(Object key,
Object value)
throws net.sf.hibernate.cache.CacheException
- Specified by:
put
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
remove
public void remove(Object key)
throws net.sf.hibernate.cache.CacheException
- Specified by:
remove
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
clear
public void clear()
throws net.sf.hibernate.cache.CacheException
- Specified by:
clear
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
destroy
public void destroy()
throws net.sf.hibernate.cache.CacheException
- Specified by:
destroy
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
lock
public void lock(Object key)
throws net.sf.hibernate.cache.CacheException
- Specified by:
lock
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
unlock
public void unlock(Object key)
throws net.sf.hibernate.cache.CacheException
- Specified by:
unlock
in interface net.sf.hibernate.cache.Cache
- Throws:
net.sf.hibernate.cache.CacheException
nextTimestamp
public long nextTimestamp()
- Specified by:
nextTimestamp
in interface net.sf.hibernate.cache.Cache
getTimeout
public int getTimeout()
- Specified by:
getTimeout
in interface net.sf.hibernate.cache.Cache
getRegionName
public String getRegionName()
getSizeInMemory
public long getSizeInMemory()
getElementCountInMemory
public long getElementCountInMemory()
getElementCountOnDisk
public long getElementCountOnDisk()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.