站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

org.jboss.cache.interceptors (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


Package org.jboss.cache.interceptors

Class Summary
CacheLoaderInterceptor Loads nodes that don't exist at the time of the call into memory from the CacheLoader
CacheStoreInterceptor Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
CallInterceptor Always at the end of the chain, directly in front of the cache.
CreateIfNotExistsInterceptor Handles putXXX() methods: if the given node doesn't exist, it will be created (depending on the create_if_not_exists argument)
Interceptor Class representing an interceptor.
LockInterceptor Handles locking.
OrderedSynchronizationHandler Maintains a list of Synchronization handlers.
ReplicationInterceptor Takes care of replicating modifications to other nodes in a cluster.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.