当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
CacheInvalidator (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc2.schema
Class CacheInvalidator
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc2.schema.CacheInvalidator
- All Implemented Interfaces:
- Invalidatable
- public class CacheInvalidator
- extends Object
- implements Invalidatable
- Version:
- $Revision: 1.1.4.3 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheInvalidator
public CacheInvalidator(Cache cache,
TransactionManager tm,
InvalidationGroup group)
unregister
public void unregister()
isInvalid
public void isInvalid(Serializable key)
- Description copied from interface:
Invalidatable
- Indicates that the resource with the given key should be invalidated (i.e. removed
from cache)
- Specified by:
isInvalid
in interface Invalidatable
- Parameters:
key
- Key of the resource to be invalidated
areInvalid
public void areInvalid(Serializable[] keys)
- Description copied from interface:
Invalidatable
- Indicates that the resources with the give keys should be invalidated (i.e.
removed from cache)
- Specified by:
areInvalid
in interface Invalidatable
- Parameters:
keys
- Keys of the resources to be invalidated
invalidateAll
public void invalidateAll()
- Description copied from interface:
Invalidatable
- All entries should be invalidated.
- Specified by:
invalidateAll
in interface Invalidatable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.